[data-theme=dark]{--switch-bg:black;--switch-border:#3e54a4;--switch-button:#354fa9}[data-theme=light]{--switch-bg:whitesmoke;--switch-border:#c5953d;--switch-button:#9f7528}.switch{width:60px;height:34px;display:inline-block;position:relative}.switch input{opacity:0;width:0;height:0}.slider{cursor:pointer;background-color:var(--switch-bg);-webkit-transition:all .4s;outline:2px solid var(--switch-border);border-radius:34px;transition:transform .4s;position:absolute;inset:0}.slider:before{content:"";background-color:var(--switch-button);-webkit-transition:all .4s;border-radius:50%;width:26px;height:26px;transition:transform .4s;position:absolute;bottom:4px;left:4px}input:checked+.slider:before{transform:translate(26px)}[data-theme=dark]{--dialog-bg:#161b2a;--dialog-shadow:#000c;--dialog-backdrop:#000000a6}[data-theme=light]{--dialog-bg:#fff;--dialog-shadow:#00000040;--dialog-backdrop:#0f172a59}#modal{background:var(--dialog-bg);color:var(--text);border:2px solid var(--primary);box-shadow:0 30px 80px var(--dialog-shadow);opacity:0;border-radius:16px;width:500px;max-width:90%;padding:2rem;transform:translateY(-15px)scale(.97)}#modal:focus{outline:none}#modal[open]{opacity:1;transform:translateY(0)scale(1)}#modal::backdrop{background:var(--dialog-backdrop);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}[data-theme=dark]{--bg:#08090f;--surface:#121621;--surface-2:#1a1f30;--header:#0c0d16;--text:#f7f7f7;--text2:#a7a7a7;--text-muted:#6c7580;--primary:#1e40af;--border:#1f2937;--shadow:#0009;--user-border:white}[data-theme=light]{--bg:#e2e8f0;--surface:#fff;--surface-2:#cbd5e1;--header:#dbeafe;--text:#0b1220;--text2:#284074;--text-muted:#334155;--primary:#1d4ed8;--border:#94a3b8;--shadow:#00000026;--user-border:black}:root{font-family:Arial,Helvetica,sans-serif}html,body{min-width:100vw;min-height:100vh}body{background-color:var(--bg);color:var(--text);margin:0;overflow:hidden}main{grid-template-columns:12.5% 1fr 12.5%;gap:7px;width:100%;min-height:90vh;display:grid}#mainPage{background-color:var(--surface)}aside{background-color:var(--surface-2)}header{background-color:var(--header);width:100%;height:125px;box-shadow:0 8px 20px var(--shadow);z-index:999;border-bottom:1px solid var(--border);justify-content:start;align-items:center;display:flex;position:sticky;top:0}header>a{flex-grow:1;height:100%;text-decoration:none;display:inline-flex}#headerImg{border:2px solid var(--border);border-radius:50%;margin-top:3px;margin-left:20px;transition:transform .3s linear}#headerImg:hover{transform:scale(1.05)}#title{color:#0000;background-image:linear-gradient(to right top, var(--text), var(--text-muted));-webkit-background-clip:text;background-clip:text;width:fit-content;margin-left:30px;font-size:40px;position:relative;transform:skew(-10deg)}#title:before{content:"";background-image:linear-gradient(to right, var(--primary), var(--text-muted));width:0%;height:3px;animation:1s .2s forwards titleUnderline;position:absolute;bottom:0;left:0}@keyframes titleUnderline{0%{width:0%}to{width:100%}}#contacts{flex-direction:column;justify-content:space-between;align-items:center;display:flex}#switchContainer{justify-content:space-evenly;align-items:center;width:100%;margin-top:30px;font-weight:700;display:flex}#myInfo{margin-bottom:40px;font-size:12px}#cookieInfo{background-color:#0000;background-image:linear-gradient(var(--text2), var(--text2));background-position:bottom;background-repeat:no-repeat;background-size:0 2px,auto;transition:background-size .3s ease-out}#cookieInfo:hover{cursor:pointer;color:var(--text2);background-size:100% 2px,auto}#madeWith{padding-top:30px}#madeWithTitle{margin-left:10px;font-size:17px;font-weight:700}.pageFallback{justify-content:center;align-items:center;width:100%;height:100%;font-size:larger;display:flex}#userData{justify-content:end;align-items:center;max-width:60%;display:flex}#userData>img{float:right;border:1px solid var(--user-border);cursor:pointer;border-radius:50%;margin:0 20px;transition:transform 70ms ease-out}#userData>img:hover{transform:scale(1.1)}.userDataField{float:left;width:fit-content;margin:0;font-size:small}#phoneTabletFooter{display:none}@media print{*{display:none}}@media screen and (width<=1550px){body{background-color:var(--surface);flex-direction:column;min-height:100vh;display:flex;overflow:hidden auto}main{flex:1;justify-content:center;align-items:center;margin-bottom:40px;display:flex}#mainPage{width:100%;height:100%}#contacts,#madeWith,#userData,#headerImg{display:none}header{justify-content:center;align-items:center;display:flex}header>a{flex-grow:1;justify-content:center;align-items:center;display:flex}#title{color:#0000;background-image:linear-gradient(to right top, var(--text), var(--text-muted));-webkit-background-clip:text;background-clip:text;width:fit-content;margin-left:0;font-size:40px;position:relative;transform:skew(-10deg)}#phoneTabletFooter{background-color:var(--surface-2);width:100%;height:150px;padding-top:10px;display:block;position:static;bottom:0;left:0}#footerUserData{width:100%;height:fit-content}#footerUserData>img{float:left;border:1px solid var(--user-border);cursor:pointer;border-radius:50%;margin:0 20px;transition:transform 70ms ease-out}#footerUserData>img:hover{transform:scale(1.1)}.footerUserDataField{float:left;width:fit-content;margin:0;font-size:small}#footerThemeSwitch{justify-content:space-between;align-items:center;width:210px;margin-left:10px;font-weight:700;display:flex}}[data-theme=dark]{--card-shadow:#949494}[data-theme=light]{--card-shadow:#c5953d}.madeWithCard{background-color:var(--surface-2);border-radius:10px;height:50px;margin-top:10px;padding-left:10px;transition:transform .2s linear .1s,box-shadow .2s linear .1s}.madeWithCard:hover{z-index:999;box-shadow:2px 3px 4px var(--card-shadow);transform:translate(-15px,-5px)}.madeWithCard img{float:left;height:50%;padding-top:15px}.madeWithCard span{float:left;padding-top:15px;padding-left:10px}.madeWithCard:hover span{text-decoration:underline}a{color:var(--text)}
