:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#17242c;background:#f8fafb;font-synthesis:none}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:#f8fafb}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button{cursor:pointer}.app-shell{min-height:100vh;display:flex;flex-direction:column}.site-header{width:min(1180px,calc(100% - 40px));margin:0 auto;min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:center;gap:10px;font-size:.95rem;font-weight:750;letter-spacing:.01em}.brand-mark{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;color:#fff;background:#163a4b;font-size:.72rem}.brand-name{white-space:nowrap}.nav-links{display:flex;align-items:center;gap:20px;font-size:.92rem;color:#4b5d66}.nav-links>a:not(.nav-cta):hover,.text-button:hover{color:#163a4b}.nav-cta{padding:10px 14px;border:1px solid #b9c9d1;border-radius:9px;color:#163a4b;font-weight:700}.nav-cta:hover{border-color:#163a4b;background:#f1f5f7}.text-button{border:0;padding:0;background:transparent;color:#4b5d66}.language-select select{padding:5px 4px;border:0;border-bottom:1px solid #c7d2d8;background:transparent;color:#30444f;font-weight:700}main{flex:1}main.platform-main{background:#f5f7fb}.site-footer{width:min(1180px,calc(100% - 40px));margin:42px auto 0;padding:22px 0 28px;border-top:1px solid #e0e8eb;color:#71818a;font-size:.82rem}.hero{width:min(1180px,calc(100% - 40px));margin:58px auto 72px;display:grid;grid-template-columns:minmax(0,1.18fr) minmax(310px,.82fr);align-items:center;gap:62px}.eyebrow{margin:0 0 12px;color:#3f7782;font-size:.76rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase}h1,h2,h3{margin:0;line-height:1.08;letter-spacing:-.035em}h1{max-width:750px;font-size:clamp(2.55rem,5vw,4.6rem)}h2{font-size:clamp(1.85rem,3.5vw,2.75rem)}h3{font-size:1.35rem}.lead{max-width:670px;margin:24px 0 0;color:#566872;line-height:1.68;font-size:1.12rem}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:31px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 17px;border:1px solid transparent;border-radius:9px;font-weight:750;transition:transform .16s ease,box-shadow .16s ease,background .16s ease}.button:hover{transform:translateY(-1px)}.button-primary{color:#fff;background:#163a4b;box-shadow:0 5px 14px #163a4b26}.button-primary:hover{background:#0f2f3e}.button-secondary{border-color:#c4d1d7;color:#294753;background:#fff}.button-secondary:hover{background:#eef4f6}.full-width{width:100%}.button:disabled{opacity:.55;cursor:not-allowed;transform:none}.profile-card{padding:20px;border:1px solid #dbe4e8;border-radius:18px;background:#fff;box-shadow:0 18px 40px #2c495512}.profile-photo{display:block;width:100%;aspect-ratio:1.16;object-fit:cover;border-radius:11px;background:#e9edf0}.profile-card h2{margin-top:19px;font-size:1.34rem;letter-spacing:-.02em}.profile-role{margin:8px 0 14px;color:#3f7782;font-size:.9rem;font-weight:650}.profile-card p:last-child{margin-bottom:2px;color:#60717a;line-height:1.62;font-size:.94rem}.projects-section{width:min(1180px,calc(100% - 40px));margin:0 auto 64px;padding-top:10px}.projects-section:focus{outline:3px solid rgba(63,119,130,.24);outline-offset:8px}.projects-section>h2{max-width:820px}.project-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:32px}.project-card{min-height:250px;padding:25px;display:flex;flex-direction:column;border:1px solid #dce5e9;border-radius:15px;background:#fff}.project-card.featured{border-color:#87b3b7;background:#f1f7f7}.project-tag{display:inline-flex;width:fit-content;margin-bottom:21px;padding:5px 8px;border-radius:999px;background:#e8f0f2;color:#3a6370;font-size:.72rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.featured .project-tag{background:#d3ebe9;color:#1d686d}.project-card p{margin:15px 0 27px;color:#5e6f78;line-height:1.6}.project-link{align-self:flex-start;margin-top:auto;padding:0;border:0;background:transparent;color:#163a4b;font-weight:800}.project-link span{padding-left:4px}.project-link-disabled{color:#7a8990;cursor:not-allowed;opacity:.72}.youtube-section{width:min(1180px,calc(100% - 40px));margin:0 auto 68px;padding-top:18px}.youtube-header{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px 28px;align-items:end;padding-top:30px;border-top:1px solid #e0e8eb}.youtube-title-group{display:flex;align-items:flex-start;gap:16px}.youtube-mark{position:relative;flex:0 0 auto;width:55px;height:38px;margin-top:4px;border-radius:12px;background:#e62117;box-shadow:0 12px 24px #e621172e}.youtube-mark:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-top:8px solid transparent;border-bottom:8px solid transparent;border-left:13px solid #fff;transform:translate(-38%,-50%)}.youtube-title-group h2{max-width:760px}.youtube-lead{max-width:730px;margin:0;color:#5e6f78;line-height:1.66}.youtube-button{grid-column:2;grid-row:1 / span 2;color:#fff;background:#b91c1c;box-shadow:0 5px 14px #b91c1c29}.youtube-button:hover{background:#991b1b}.youtube-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;margin-top:28px}.youtube-card{min-height:285px;padding:22px;display:flex;flex-direction:column;border:1px solid #dce5e9;border-top:3px solid #e62117;border-radius:15px;background:#fff}.youtube-card h3{font-size:1.08rem;letter-spacing:-.02em}.youtube-card p{margin:14px 0 24px;color:#5e6f78;line-height:1.58;font-size:.95rem}.youtube-link{color:#b91c1c}.auth-layout{min-height:calc(100vh - 160px);display:grid;place-items:center;padding:45px 20px 66px}.auth-card{width:min(100%,455px);padding:34px;border:1px solid #dbe4e8;border-radius:17px;background:#fff;box-shadow:0 16px 38px #2c495512}.auth-card h1{font-size:2.05rem}.auth-intro{margin:13px 0 25px;color:#60717a;line-height:1.56}.auth-card form{display:grid;gap:16px}.auth-card label{display:grid;gap:7px;color:#314852;font-size:.88rem;font-weight:700}.auth-card input{min-height:44px;padding:0 12px;border:1px solid #c9d5da;border-radius:8px;outline:none;background:#fff;color:#17242c}.auth-card input:focus{border-color:#3f7782;box-shadow:0 0 0 3px #3f77821f}.google-button{width:100%;border-color:#c6d2d8;background:#fff;color:#314852}.google-button:hover{background:#f5f8f9}.divider{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:10px;margin:21px 0;color:#7a8990;font-size:.78rem}.divider:before,.divider:after{content:"";height:1px;background:#dde6e9}.auth-options{display:grid;gap:13px;margin-top:22px;color:#5f717a;font-size:.88rem}.auth-options p{margin:0}.auth-options a{color:#1c6670;font-weight:750}.centered{text-align:center}.form-error{margin:0;color:#b73333;line-height:1.42;font-size:.88rem}.success-message{padding:12px 14px;border-radius:8px;background:#e8f5ee;color:#255f42;line-height:1.52}.dashboard{width:min(1000px,calc(100% - 40px));margin:58px auto;display:grid;grid-template-columns:1fr auto;gap:24px;align-items:end}.dashboard h1{font-size:clamp(2.3rem,4vw,3.6rem)}.dashboard-panel{grid-column:1 / -1;padding:25px;border:1px solid #dbe4e8;border-radius:14px;background:#fff;color:#5b6d76}.study-list{display:grid;gap:12px;margin:0;padding:0;list-style:none}.study-list li{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px;border:1px solid #e1e9ec;border-radius:8px}.study-list span{color:#60737d;font-size:.87rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.pysddp-dashboard{min-height:100vh;display:grid;grid-template-columns:288px minmax(0,1fr);background:#f5f7fb;color:#10243d}.pysddp-dashboard h1,.pysddp-dashboard h2,.pysddp-dashboard h3{letter-spacing:0}.ui-icon{width:1.05em;height:1.05em;flex:0 0 auto}.pysddp-sidebar{position:sticky;top:0;min-height:100vh;display:flex;flex-direction:column;padding:26px 20px 22px;background:#082a46;color:#eef6ff;box-shadow:8px 0 28px #082a4624;z-index:12}.pysddp-sidebar-brand{display:flex;align-items:center;gap:13px;min-height:68px;padding-bottom:22px;border-bottom:1px solid rgba(255,255,255,.1)}.pysddp-brand-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:8px;color:#72d7ce;background:#ffffff17}.pysddp-brand-icon .ui-icon{width:25px;height:25px}.pysddp-brand-copy{display:grid;gap:4px;min-width:0}.pysddp-brand-copy strong{color:#fff;font-size:1.18rem;line-height:1.1}.pysddp-brand-copy small{color:#c8d8e6;font-size:.8rem;line-height:1.35}.pysddp-sidebar-nav{display:grid;gap:8px;margin-top:22px}.pysddp-sidebar-link,.pysddp-collapse-button{width:100%;min-height:52px;display:flex;align-items:center;gap:13px;padding:0 14px;border:0;border-radius:8px;background:transparent;color:#dbe8f4;text-align:left;font-weight:650;transition:background .16s ease,color .16s ease}.pysddp-sidebar-link:hover,.pysddp-collapse-button:hover,.pysddp-sidebar-link:focus-visible,.pysddp-collapse-button:focus-visible{color:#fff;background:#ffffff17;outline:none}.pysddp-sidebar-link.active{color:#fff;background:#1f58d6;box-shadow:0 10px 24px #1f58d647}.pysddp-sidebar-link .ui-icon,.pysddp-collapse-button .ui-icon{width:22px;height:22px}.pysddp-collapse-button{margin-top:auto;color:#cbd9e6}.pysddp-dashboard.is-sidebar-collapsed{grid-template-columns:86px minmax(0,1fr)}.pysddp-dashboard.is-sidebar-collapsed .pysddp-sidebar{padding-inline:14px}.pysddp-dashboard.is-sidebar-collapsed .pysddp-brand-copy,.pysddp-dashboard.is-sidebar-collapsed .pysddp-sidebar-link span,.pysddp-dashboard.is-sidebar-collapsed .pysddp-collapse-button span{display:none}.pysddp-dashboard.is-sidebar-collapsed .pysddp-sidebar-brand,.pysddp-dashboard.is-sidebar-collapsed .pysddp-sidebar-link,.pysddp-dashboard.is-sidebar-collapsed .pysddp-collapse-button{justify-content:center;padding-inline:0}.pysddp-workspace{min-width:0;padding:32px 32px 36px}.pysddp-topbar{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:18px;padding-bottom:28px;border-bottom:1px solid #dfe7ef}.pysddp-mobile-menu{display:none;width:42px;height:42px;border:1px solid #cbd8e5;border-radius:8px;background:#fff;color:#123456}.pysddp-page-title h1{font-size:2rem;line-height:1.15}.pysddp-page-title p{margin:8px 0 0;color:#51657b;line-height:1.5}.pysddp-topbar-actions{display:flex;align-items:center;gap:12px}.pysddp-icon-button{position:relative;width:42px;height:42px;display:grid;place-items:center;border:0;border-radius:50%;background:#fff;color:#36506b;box-shadow:0 4px 16px #10243d14}.pysddp-icon-button.notification span{position:absolute;top:-3px;right:-2px;min-width:18px;height:18px;display:grid;place-items:center;border-radius:999px;background:#e23b3b;color:#fff;font-size:.68rem;font-weight:800}.pysddp-profile{position:relative}.pysddp-profile-button{min-height:46px;display:flex;align-items:center;gap:10px;border:0;background:transparent;color:#10243d}.pysddp-avatar{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:#6f8197;color:#fff;font-weight:800;font-size:.78rem;overflow:hidden}.pysddp-avatar img{width:100%;height:100%;object-fit:cover}.pysddp-profile-copy{display:grid;gap:2px;text-align:left;white-space:nowrap}.pysddp-profile-copy strong{font-size:.93rem}.pysddp-profile-copy small{color:#5b6d82;font-size:.78rem}.pysddp-profile-menu{position:absolute;top:calc(100% + 10px);right:0;width:190px;display:grid;gap:4px;padding:8px;border:1px solid #dbe4ee;border-radius:8px;background:#fff;box-shadow:0 18px 38px #10243d24;z-index:5}.pysddp-profile-menu button{min-height:38px;padding:0 10px;border:0;border-radius:6px;background:transparent;color:#243b55;text-align:left}.pysddp-profile-menu button:hover,.pysddp-profile-menu button:focus-visible{background:#f0f5fb;outline:none}.pysddp-profile-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;display:flex;justify-content:flex-end}.pysddp-profile-scrim{position:absolute;top:0;right:0;bottom:0;left:0;border:0;border-radius:0;background:#05122194}.pysddp-profile-panel{position:relative;width:min(640px,calc(100vw - 34px));height:100vh;display:grid;grid-template-rows:auto minmax(0,1fr);overflow:hidden;background:#fff;color:#10243d;box-shadow:-18px 0 48px #05122138}.pysddp-profile-panel-header{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:start;padding:28px 30px 20px;border-bottom:1px solid #e4ebf2}.pysddp-profile-panel-header h2{font-size:1.55rem;line-height:1.15}.pysddp-profile-panel-header p{margin:8px 0 0;color:#51657b;line-height:1.48;font-size:.92rem}.pysddp-profile-close{width:40px;height:40px;display:grid;place-items:center;border:0;border-radius:50%;background:transparent;color:#425873}.pysddp-profile-close:hover,.pysddp-profile-close:focus-visible{background:#eef3f8;outline:none}.pysddp-profile-form{min-height:0;display:grid;grid-template-rows:auto auto auto auto minmax(0,auto) auto;overflow-y:auto;padding:22px 30px 0}.pysddp-profile-state{min-height:260px;display:grid;place-items:center;color:#51657b;font-weight:650}.pysddp-profile-identity{display:flex;align-items:center;gap:18px;padding-bottom:22px;border-bottom:1px solid #e4ebf2}.pysddp-profile-avatar-large{width:86px;height:86px;flex:0 0 auto;display:grid;place-items:center;border-radius:50%;background:linear-gradient(135deg,#1f58d6,#163a4b);color:#fff;font-size:1.35rem;font-weight:850;overflow:hidden}.pysddp-profile-avatar-large img{width:100%;height:100%;object-fit:cover}.pysddp-profile-identity div{min-width:0;display:grid;gap:6px}.pysddp-profile-identity strong{font-size:1.1rem;line-height:1.2}.pysddp-profile-identity span{color:#51657b;font-size:.9rem}.pysddp-profile-identity small{width:fit-content;min-height:26px;display:inline-flex;align-items:center;padding:0 10px;border:1px solid #b9d2ff;border-radius:6px;background:#eef5ff;color:#0f55ce;font-weight:750}.pysddp-profile-section{padding:22px 0;border-bottom:1px solid #e4ebf2}.pysddp-profile-section h3{margin-bottom:16px;color:#132b4a;font-size:1rem;line-height:1.25}.pysddp-profile-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.pysddp-profile-field{display:grid;gap:7px;color:#18314c;font-size:.84rem;font-weight:750}.pysddp-profile-field.full{grid-column:1 / -1}.pysddp-profile-field span i{color:#cf3333;font-style:normal}.pysddp-profile-field input,.pysddp-profile-field select{width:100%;min-height:44px;padding:0 12px;border:1px solid #cbd8e5;border-radius:8px;outline:none;background:#fff;color:#10243d;font-weight:500}.pysddp-profile-field input[type=file]{min-height:auto;padding:10px 12px;color:#425873}.pysddp-profile-field input[readonly]{background:#f7f9fc;color:#344d68}.pysddp-profile-field input:focus,.pysddp-profile-field select:focus{border-color:#1f64d6;box-shadow:0 0 0 3px #1f64d61f}.pysddp-profile-field.error input{border-color:#cf3333;box-shadow:0 0 0 3px #cf33331a}.pysddp-profile-field small{color:#667b91;font-size:.78rem;font-weight:500;line-height:1.35}.pysddp-profile-field.error small{color:#bb2d2d}.pysddp-profile-checks{display:grid;gap:13px}.pysddp-profile-checks label{display:grid;grid-template-columns:18px minmax(0,1fr);gap:12px;align-items:start;color:#243b55;line-height:1.4;font-size:.92rem}.pysddp-profile-checks input{width:18px;height:18px;margin:1px 0 0;accent-color:#1f58d6}.pysddp-profile-success{margin:18px 0 0;padding:12px 14px;border:1px solid #bfe4cc;border-radius:8px;background:#edf9f1;color:#17613d;font-size:.88rem;line-height:1.45}.pysddp-profile-message{margin:18px 0 0;padding:12px 14px;border-radius:8px;font-size:.88rem;line-height:1.45}.pysddp-profile-message.error{border:1px solid #f0b6b6;background:#fff1f1;color:#aa2525}.pysddp-profile-actions{position:sticky;bottom:0;display:flex;justify-content:flex-end;gap:12px;margin:22px -30px 0;padding:18px 30px;border-top:1px solid #e4ebf2;background:#fffffff5;box-shadow:0 -12px 28px #10243d0f}.pysddp-profile-actions .button{min-width:142px}.pysddp-notice{margin:18px 0 0;padding:11px 14px;border:1px solid #b9d6f4;border-radius:8px;background:#eef7ff;color:#174c82;font-size:.88rem}.pysddp-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:18px}.pysddp-metric-card{min-height:158px;display:grid;grid-template-columns:58px minmax(0,1fr);gap:16px;align-items:start;padding:22px;border:1px solid #dbe4ee;border-radius:8px;background:#fff;box-shadow:0 10px 28px #10243d0f}.pysddp-metric-icon{width:54px;height:54px;display:grid;place-items:center;border-radius:50%}.pysddp-metric-icon .ui-icon{width:26px;height:26px}.pysddp-metric-icon.blue{color:#1f64d6;background:#dce9ff}.pysddp-metric-icon.green{color:#13a466;background:#e0f5e9}.pysddp-metric-icon.orange{color:#ee8b1a;background:#fff1df}.pysddp-metric-icon.purple{color:#7c4df5;background:#efe8ff}.pysddp-metric-card h2{margin:4px 0 17px;font-size:.92rem;line-height:1.35}.pysddp-metric-card strong{display:block;font-size:2.05rem;line-height:1}.pysddp-metric-card button{margin-top:18px;padding:0;border:0;background:transparent;color:#0f55ce;font-size:.86rem;font-weight:750}.pysddp-content-grid{display:grid;grid-template-columns:minmax(0,1fr) 326px;gap:20px;align-items:start;margin-top:18px}.pysddp-panel{border:1px solid #dbe4ee;border-radius:8px;background:#fff;box-shadow:0 10px 28px #10243d0d}.pysddp-panel h2,.pysddp-panel-header h2{font-size:1.02rem;line-height:1.25}.pysddp-panel:not(.pysddp-recent-studies){padding:20px}.pysddp-panel-header{min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 20px;border-bottom:1px solid #e4ebf2}.pysddp-panel-header button{min-height:38px;padding:0 18px;border:1px solid #d5e0eb;border-radius:8px;background:#fff;color:#0d55c8;font-weight:750}.pysddp-table-wrap{overflow-x:auto}.pysddp-table{width:100%;min-width:880px;border-collapse:collapse}.pysddp-table th,.pysddp-table td{padding:20px;border-bottom:1px solid #e4ebf2;text-align:left;vertical-align:middle}.pysddp-table th{color:#51657b;font-size:.8rem;font-weight:750;background:#fbfcfe}.pysddp-table td{color:#18314c;font-size:.87rem}.pysddp-table td>strong,.pysddp-table td>span,.pysddp-table td>small{display:block}.pysddp-table td>span,.pysddp-table td>small{margin-top:7px;color:#52677e}.pysddp-chip,.pysddp-status{display:inline-flex;align-items:center;width:fit-content;min-height:24px;padding:0 10px;border-radius:999px;font-size:.74rem;font-weight:750}.pysddp-chip.medium{color:#0f55ce;background:#dcecff}.pysddp-chip.short{color:#0f8354;background:#dff5e8}.pysddp-chip.daily{color:#6c3ed9;background:#ebe3ff}.pysddp-status:before{content:"";width:7px;height:7px;margin-right:6px;border-radius:50%;background:currentColor}.pysddp-status.completed{color:#0d935a;background:#dff5e8}.pysddp-status.running{color:#1666d8;background:#dcecff}.pysddp-status.queued{color:#286c9b;background:#e5f2fb}.pysddp-status.error{color:#cf3333;background:#ffe2e2}.pysddp-row-actions{display:flex;align-items:center;gap:8px}.pysddp-row-actions button{width:34px;height:34px;display:grid;place-items:center;border:1px solid #d9e3ed;border-radius:7px;background:#fff;color:#28445f}.pysddp-row-actions button:hover,.pysddp-row-actions button:focus-visible{border-color:#87a8ce;color:#0f55ce;outline:none}.pysddp-table-footer{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:0 20px;color:#53677d;font-size:.86rem}.pysddp-pagination{display:flex;align-items:center;gap:8px}.pysddp-pagination button{width:34px;height:34px;display:grid;place-items:center;border:1px solid #d9e3ed;border-radius:7px;background:#fff;color:#18314c}.pysddp-pagination button.active{border-color:#1f64d6;color:#1f64d6;box-shadow:0 0 0 3px #1f64d61f}.pysddp-pagination button:disabled{opacity:.45}.pysddp-side-column{display:grid;gap:18px}.pysddp-quick-actions{display:grid;gap:10px;margin-top:18px}.pysddp-quick-actions button{min-height:46px;display:flex;align-items:center;gap:13px;padding:0 16px;border:1px solid #dbe4ee;border-radius:8px;background:#fff;color:#0f55ce;font-weight:750;text-align:left}.pysddp-quick-actions button.primary{border-color:#1f58d6;background:#1f58d6;color:#fff}.pysddp-donut-row{display:grid;grid-template-columns:124px minmax(0,1fr);gap:20px;align-items:center;margin-top:22px}.pysddp-donut{width:116px;height:116px;display:grid;place-items:center;border-radius:50%}.pysddp-donut span{width:72px;height:72px;display:grid;place-items:center;border-radius:50%;background:#fff;color:#61758b;font-size:.78rem;box-shadow:inset 0 0 0 1px #eef2f6}.pysddp-donut strong{display:block;color:#10243d;font-size:1.35rem;line-height:1}.pysddp-execution-list{display:grid;gap:13px;margin:0;padding:0;list-style:none}.pysddp-execution-list li{display:flex;align-items:center;justify-content:space-between;gap:14px;color:#4e6379;font-size:.86rem}.pysddp-execution-list span{display:inline-flex;align-items:center;gap:9px}.pysddp-execution-list i{width:11px;height:11px;border-radius:50%}.pysddp-storage{display:grid;gap:16px;margin-top:18px}.pysddp-storage>div:first-child{display:flex;align-items:center;gap:10px;color:#28445f;font-size:.88rem}.pysddp-storage>div:first-child .ui-icon{color:#1f64d6}.pysddp-progress-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:center}.pysddp-progress{height:9px;overflow:hidden;border-radius:999px;background:#e7edf4}.pysddp-progress i{display:block;height:100%;border-radius:inherit;background:#8ab4ff}.pysddp-state,.pysddp-empty-state{padding:34px 20px;color:#5a6e84}.pysddp-state.error{color:#bb2d2d}.pysddp-empty-state{display:grid;gap:12px;justify-items:start}.pysddp-empty-state p{margin:0}@media(max-width:1100px){.youtube-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.pysddp-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.pysddp-content-grid{grid-template-columns:1fr}.pysddp-side-column{grid-template-columns:repeat(3,minmax(0,1fr))}.pysddp-donut-row{grid-template-columns:1fr}}@media(max-width:860px){.hero{grid-template-columns:1fr;gap:40px;margin-top:35px}.profile-card{max-width:570px}.project-grid{grid-template-columns:1fr}.youtube-header{grid-template-columns:1fr;align-items:start}.youtube-button{grid-column:auto;grid-row:auto;width:fit-content}.youtube-grid{grid-template-columns:1fr}.site-header{align-items:flex-start;padding:17px 0}.nav-links{flex-wrap:wrap;justify-content:flex-end;gap:12px}.pysddp-dashboard,.pysddp-dashboard.is-sidebar-collapsed{grid-template-columns:1fr}.pysddp-sidebar{position:fixed;inset:0 auto 0 0;width:min(82vw,300px);transform:translate(-105%);transition:transform .18s ease}.pysddp-sidebar.is-open{transform:translate(0)}.pysddp-dashboard.is-sidebar-collapsed .pysddp-brand-copy,.pysddp-dashboard.is-sidebar-collapsed .pysddp-sidebar-link span,.pysddp-dashboard.is-sidebar-collapsed .pysddp-collapse-button span{display:grid}.pysddp-dashboard.is-sidebar-collapsed .pysddp-sidebar-brand,.pysddp-dashboard.is-sidebar-collapsed .pysddp-sidebar-link,.pysddp-dashboard.is-sidebar-collapsed .pysddp-collapse-button{justify-content:flex-start;padding-inline:14px}.pysddp-sidebar-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;border:0;background:#0918277a;z-index:11}.pysddp-workspace{padding:22px 18px 28px}.pysddp-mobile-menu{display:grid;place-items:center}.pysddp-topbar{align-items:start}.pysddp-side-column{grid-template-columns:1fr}.pysddp-profile-panel{width:min(92vw,640px)}}@media(max-width:570px){.site-header{width:min(100% - 28px,1180px)}.brand>span:last-child{display:none}.nav-links{font-size:.83rem}.nav-links>a:not(.nav-cta){display:none}.hero,.projects-section,.youtube-section,.dashboard{width:min(100% - 28px,1180px)}.hero{margin-bottom:55px}.youtube-title-group{flex-direction:column;gap:12px}.auth-card{padding:27px 22px}.dashboard{grid-template-columns:1fr;align-items:start}.dashboard .button{width:100%}.study-list li{align-items:flex-start;flex-direction:column}.pysddp-workspace{padding:18px 14px 24px}.pysddp-topbar{grid-template-columns:auto minmax(0,1fr)}.pysddp-topbar-actions{grid-column:1 / -1;width:100%;justify-content:space-between}.pysddp-profile-copy{display:none}.pysddp-metrics{grid-template-columns:1fr}.pysddp-metric-card{min-height:138px}.pysddp-panel-header,.pysddp-table-footer{align-items:flex-start;flex-direction:column;justify-content:center;padding-block:16px}.pysddp-pagination{flex-wrap:wrap}.pysddp-profile-panel{width:calc(100vw - 12px)}.pysddp-profile-panel-header{padding:22px 18px 18px}.pysddp-profile-form{padding:18px 18px 0}.pysddp-profile-identity{align-items:flex-start}.pysddp-profile-avatar-large{width:68px;height:68px;font-size:1.05rem}.pysddp-profile-form-grid{grid-template-columns:1fr}.pysddp-profile-actions{margin-inline:-18px;padding:14px 18px;flex-direction:column-reverse}.pysddp-profile-actions .button{width:100%}}
