*,:before,:after{box-sizing:border-box}html{font-family:system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";line-height:1.15;-webkit-text-size-adjust:100%;tab-size:4}body{margin:0}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-color:currentcolor}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}legend{padding:0}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}h1,h2,h3,h4,h5,h6,p{margin:0}ul{margin:0;padding:0}button{font-family:inherit;cursor:pointer}section{padding-top:30px}.tasks-list{display:flex;flex-wrap:wrap;gap:15px;list-style-type:none}.task-list-item{display:flex;width:calc((100% - 15px)/2);background-color:#fdfdfd;border:1px solid #00f;border-radius:8px;flex-direction:column;align-items:center;padding:10px;gap:10px;color:#fff}.task-list-item-btn{padding:6px 12px;align-self:flex-end;border-radius:4px;color:#ff6b0a;border:2px solid #ff6b0a;background-color:transparent;transition:all .25s ease-in-out}.task-list-item-btn:hover,.task-list-item-btn:focus{color:#fdfdfd;background-color:#ff6b0a;transform:scale(1.08)}@media only screen and (min-width:768px){.task-list-item{width:calc((100% - 45px)/4)}}body{transition:background-color .3s ease,color .3s ease}body.theme-light{background-color:#f0f0f0;color:#333}body.theme-light .header{background-image:linear-gradient(270deg,#fc0,#f90,#f60)}body.theme-light .task-list-item{background-color:#fff8e1;color:#333;border:1px solid #ffcc00}body.theme-dark{background-color:#1e1e1e;color:#fff}body.theme-dark .header{background-image:linear-gradient(270deg,#222,#111,#000)}body.theme-dark .task-list-item{background-color:#333;color:#fff;border:1px solid #ff6b0a}.theme-toggle-button{position:fixed;bottom:20px;right:20px;padding:12px 24px;font-size:16px;font-weight:700;cursor:pointer;border:none;border-radius:8px;transition:all .3s ease-in-out}body.theme-dark .theme-toggle-button{background:linear-gradient(45deg,#ff6b0a,#ff4500);color:#fff}body.theme-light .theme-toggle-button{background:linear-gradient(45deg,#fc0,#f90);color:#333}.theme-toggle-button:hover{transform:scale(1.1)}.container{margin:0 auto;padding:0 15px;max-width:1200px}.header{padding-top:20px;padding-bottom:20px;background-color:#1773fd;background-color:#273da4;background-image:linear-gradient(270deg,#5398ff,#1773fd,#102ba2)}.header-container{display:flex;gap:15px;justify-content:space-between;align-items:center}.header-form{display:flex;gap:15px}.header-form-input{height:40px;padding-left:5px;border-radius:4px;border:1px solid #ff6b0a;transition:all .25s ease-in-out}.header-form-input:hover,.header-form-input:focus,.header-form-btn:hover,.header-form-btn:focus{outline:2px solid #ff6b0a}.header-form-btn{text-transform:uppercase;color:#273da4;border-radius:4px;border:1px solid #ff6b0a;font-size:20px;font-weight:500;background-color:#f5f5f5;transition:all .25s ease-in-out}.user-item{width:250px;padding:10px;margin:10px;border-radius:15px;height:370px;gap:5px}.user-avatar{width:100%;height:200px;border:1px solid black;margin-bottom:10px}.btn{width:100%;background-color:#d7d7d7}.user-title{margin:10px 0;text-transform:uppercase;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.user-item p{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.user-item *{margin:0}*,*:before,*:after{box-sizing:border-box}body{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;color:#2a2a2a;padding:20px;display:flex;flex-direction:column;justify-content:start;align-items:center;height:100vh;overflow-y:auto}img{display:block;max-width:100%;height:auto;border-radius:10px;object-fit:cover}.card{background:#f2f2f2;overflow:hidden;border-radius:20px;margin:20px;box-shadow:0 0 20px 8px #d0d0d0}.news-image{width:100%;height:50%;overflow:hidden;border-radius:20px}.news-card{position:relative;width:500px;height:600px;padding:10px}.card-title{margin:20px 5px;color:#404040;font-size:30px;text-shadow:#2a2a2a;text-shadow:2px 0 2px #d0d0d0,0 2px 2px #d0d0d0,-2px 0 2px #d0d0d0,0 -2px 2px #d0d0d0}.card-desc{height:190px;overflow:auto;margin:10px}.card-desc::-webkit-scrollbar{width:7px;background-color:#f9f9fd}.card-desc::-webkit-scrollbar-thumb{background-color:#223c50}.card-footer{display:flex;justify-content:space-between;overflow:hidden}.news-list{margin:20px;display:flex;flex-direction:row;flex-wrap:wrap;width:90vw;min-height:500px;overflow-y:auto;padding:20px;align-items:center;justify-content:center}.news-list::-webkit-scrollbar{width:10px}.news-list::-webkit-scrollbar-track{-webkit-box-shadow:5px 5px 5px -5px rgba(34,60,80,.2) inset;background-color:#f9f9fd;border-radius:10px}.news-list::-webkit-scrollbar-thumb{border-radius:10px;background:linear-gradient(180deg,#00c6fb,#005bea)}.articles{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:20px;list-style:none;max-width:calc(100vw - 80px);margin:0 auto 30px;padding:20px}.articles li{height:450px;overflow:hidden}.articles img{display:block;width:100%;height:200px;object-fit:cover}.articles a{text-decoration:none;color:#2a2a2a}.button{display:block;margin-left:auto;margin-right:auto}.button.is-hidden{display:none}.button>.spinner.is-hidden{display:none}.card-job{padding:20px;width:30vw}.pagination{display:flex;padding:10px;border:1px solid tomato;border-radius:10px}.pagination li{display:flex;justify-content:center;align-items:center;width:30px;height:30px;margin:10px;border:1px solid rgba(0,0,0,.2);cursor:pointer;border-radius:5px}.pagination li.active{background-color:#bef1ff}.header{display:flex;flex-direction:column;justify-content:center;align-items:center;flex-wrap:wrap}.search-form{padding:20px;height:350px;display:flex;gap:5px;justify-content:center;align-items:stretch}.form-group{width:100%;display:flex;justify-content:space-between}.horizont-box{flex-direction:row}.btn-primary{margin-top:10px}
