@import "https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;600&display=swap";html,body,#root{width:100%;height:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#111;background:#f5f5f7;font-family:Sora,sans-serif}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#00000026;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#0000004d}:focus-visible{outline-offset:2px;outline:2px solid #c0392b}a{color:inherit;text-decoration:none}img,iframe{max-width:100%;display:block}:root{--red:#c0392b;--red-light:#fdf2f2;--red-mid:#f0d0cc;--dark:#0f1923;--sidebar-w:240px;--sidebar-collapsed:60px;--topbar-h:60px;--radius:10px;--font:"Sora", sans-serif;--shadow:0 8px 40px #0000001f}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font)}button{font-family:var(--font);cursor:pointer;background:0 0;border:none}a{text-decoration:none}ul{list-style:none}iframe{border:none}.login-page{background:#f0f0f0;justify-content:center;align-items:center;height:100%;min-height:100vh;padding:1rem;display:flex}.login-card{width:560px;min-height:500px;box-shadow:var(--shadow);border-radius:14px;display:flex;overflow:hidden}.login-panel{background:var(--red);flex-direction:column;flex-shrink:0;gap:1.75rem;width:200px;padding:2rem 1.75rem;display:flex;position:relative;overflow:hidden}.panel-circle{pointer-events:none;border-radius:50%;position:absolute}.panel-circle--top{background:#ffffff12;width:200px;height:200px;top:-60px;right:-60px}.panel-circle--bottom{background:#00000014;width:160px;height:160px;bottom:-40px;left:-40px}.panel-brand{z-index:1;position:relative}.panel-icon{margin-bottom:10px;font-size:28px}.panel-title{color:#fff;margin-bottom:4px;font-size:16px;font-weight:600}.panel-sub{color:#ffffffb3;font-size:11px;font-weight:300;line-height:1.5}.panel-features{z-index:1;flex-direction:column;flex:1;gap:10px;display:flex;position:relative}.panel-feat{color:#ffffffc7;align-items:center;gap:8px;font-size:12px;font-weight:300;line-height:1.4;display:flex}.panel-badge{z-index:1;color:#ffffffd9;background:#ffffff1f;border-radius:8px;padding:8px 10px;font-size:11px;position:relative}.login-form-wrap{background:#fff;flex-direction:column;flex:1;justify-content:center;padding:2.25rem;display:flex}.form-heading{color:#111;margin-bottom:4px;font-size:20px;font-weight:600}.form-sub{color:#666;margin-bottom:1.5rem;font-size:13px;font-weight:300}.form-error{background:var(--red-light);border:.5px solid var(--red-mid);color:var(--red);border-radius:8px;margin-bottom:1rem;padding:9px 12px;font-size:12px}.login-form{flex-direction:column;display:flex}.field-label{color:#888;text-transform:uppercase;letter-spacing:.07em;margin-bottom:6px;font-size:11px;font-weight:500;display:block}.field-input{width:100%;height:40px;font-family:var(--font);color:#111;background:#fafafa;border:.5px solid #ddd;border-radius:8px;outline:none;margin-bottom:1rem;padding:0 12px;font-size:13px;transition:border-color .15s,box-shadow .15s}.field-input:focus{border-color:var(--red);background:#fff;box-shadow:0 0 0 3px #c0392b1a}.field-forgot{text-align:right;margin-top:-8px;margin-bottom:1rem}.forgot-link{color:var(--red);font-size:12px}.forgot-link:hover{text-decoration:underline}.form-info{border:.5px solid var(--red-mid);color:#888;background:#fdf6f6;border-radius:8px;margin-bottom:1.25rem;padding:9px 12px;font-size:12px;line-height:1.5}.form-btn{background:var(--red);color:#fff;width:100%;height:42px;font-family:var(--font);border-radius:8px;font-size:13px;font-weight:500;transition:opacity .15s,transform .1s}.form-btn:hover{opacity:.88}.form-btn:active{transform:scale(.99)}.form-btn--loading{opacity:.65;cursor:not-allowed}.form-footer{color:#999;border-top:.5px solid #eee;justify-content:space-between;margin-top:1.5rem;padding-top:1.25rem;font-size:12px;display:flex}.footer-link{color:var(--red)}.footer-link:hover{text-decoration:underline}.dash-root{background:#f5f5f7;height:100vh;display:flex;overflow:hidden}.dash-sidebar{width:var(--sidebar-w);background:#fff;border-right:.5px solid #e5e5e5;flex-direction:column;flex-shrink:0;transition:width .25s;display:flex;overflow:hidden}.sidebar-header{border-bottom:.5px solid #ffffff12;flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 14px;display:flex}.sidebar-brand{align-items:center;gap:10px;display:flex;overflow:hidden}.brand-icon{flex-shrink:0;font-size:20px}.brand-name{color:#111;white-space:nowrap;font-size:14px;font-weight:600}.sidebar-toggle{color:#aaa;border-radius:5px;flex-shrink:0;padding:4px 6px;font-size:14px;transition:color .15s,background .15s}.sidebar-nav{flex:1;padding:12px 8px;overflow-y:auto}.nav-label{color:#bbb;text-transform:uppercase;letter-spacing:.1em;margin-bottom:8px;padding:0 8px;font-size:10px}.nav-item{text-align:left;border-radius:8px;align-items:center;gap:10px;width:100%;margin-bottom:2px;padding:10px 8px;transition:background .15s;display:flex}.nav-item:hover{background:#f5f5f7}.nav-item--active{background:#f0f0f3}.nav-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.nav-text{flex-direction:column;display:flex;overflow:hidden}.nav-title{color:#111;white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:500;overflow:hidden}.nav-cat{color:#999;white-space:nowrap;text-overflow:ellipsis;font-size:10px;overflow:hidden}.sidebar-footer{border-top:.5px solid #ffffff12;flex-shrink:0;padding:12px 14px}.user-email{color:#aaa;text-overflow:ellipsis;white-space:nowrap;margin-bottom:8px;font-size:11px;overflow:hidden}.manage-toggle{align-items:center;gap:8px;margin-bottom:10px;display:flex}.toggle-btn{cursor:pointer;background:#f1f3f5;border:1px solid #ced4da;border-radius:999px;width:38px;height:20px;padding:0;transition:background .15s,border-color .15s;position:relative}.toggle-btn.enabled{background:#1a6fc4;border-color:#1a6fc4}.toggle-thumb{background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .15s;position:absolute;top:2px;left:2px}.toggle-btn.enabled .toggle-thumb{transform:translate(18px)}.toggle-label{color:#9ea3ac;text-transform:uppercase;letter-spacing:.08em;font-size:11px}.logout-btn{color:#888;text-align:left;border-radius:7px;width:100%;padding:8px 10px;font-size:12px;transition:background .15s,color .15s}.add-ppt-btn{color:#111;background:#f5f7fb;border:1px solid #e9ecef;border-radius:10px;align-items:center;gap:10px;width:100%;margin-bottom:12px;padding:10px 12px;font-size:12px;font-weight:600;transition:background .15s,border-color .15s;display:inline-flex}.add-icon{font-size:16px;line-height:1}.portfolio-btn{color:#495057;background:#f8f9fa;border:1px solid #e9ecef;border-radius:10px;align-items:center;gap:10px;width:100%;margin-bottom:12px;padding:10px 12px;font-size:12px;font-weight:600;transition:background .15s,border-color .15s;display:inline-flex}.modal-overlay{z-index:40;background:#0f192373;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.view-select-overlay{z-index:45;background:#0f19238c;justify-content:center;align-items:center;padding:2rem 1rem;display:flex;position:fixed;inset:0}.view-select-card{text-align:center;background:#fff;border-radius:24px;width:min(960px,100%);padding:2rem;box-shadow:0 32px 90px #0000002e}.view-select-badge{color:#1a6fc4;letter-spacing:.08em;text-transform:uppercase;background:#eef4ff;border-radius:999px;margin-bottom:.85rem;padding:6px 14px;font-size:11px;display:inline-flex}.view-select-head h2{margin:0;font-size:28px}.view-select-head p{color:#555;max-width:520px;margin:14px auto 0;line-height:1.7}.view-select-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;display:grid}.view-select-page{flex:1;place-items:center;padding:2rem;display:grid}.view-card{text-align:left;cursor:pointer;border:1px solid #e9edf5;border-radius:18px;align-items:flex-start;gap:1rem;padding:1.6rem;transition:transform .2s,border-color .2s,background .2s;display:flex}.view-card:hover{background:#fbfdff;border-color:#cfe3ff;transform:translateY(-2px)}.view-card-icon{background:#ffffffe6;border-radius:18px;place-items:center;width:52px;height:52px;font-size:24px;display:grid}.view-card h3{margin:0 0 8px}.view-card p{color:#5a6370;margin:0;line-height:1.65}@media (width<=760px){.view-select-card{padding:1.5rem}.view-select-grid{grid-template-columns:1fr}}.under-dev-page{flex:1;place-items:center;padding:2rem;display:grid}.under-dev-card{text-align:center;background:#fff;border-radius:22px;width:100%;max-width:600px;padding:2.25rem;box-shadow:0 22px 60px #0000001a}.under-dev-icon{background:#f9f4ee;border-radius:50%;justify-content:center;align-items:center;width:62px;height:62px;margin-bottom:18px;font-size:28px;display:inline-flex}.under-dev-card h2{margin:0 0 12px;font-size:26px}.under-dev-card p{color:#616770;margin-bottom:1.75rem;line-height:1.75}.under-dev-card .action-btn{min-width:160px}.modal-card{background:#fff;border-radius:18px;width:min(680px,100%);max-height:calc(100vh - 3rem);padding:1.75rem;overflow-y:auto;box-shadow:0 28px 80px #0000002e}.modal-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.modal-header h2{margin:0;font-size:22px}.modal-header p{color:#666;margin:8px 0 0;font-size:13px}.modal-close{color:#aaa;cursor:pointer;background:0 0;border:none;font-size:28px;line-height:1}.modal-close:hover{color:#111}.modal-form{gap:1rem;display:grid}.modal-field{color:#444;gap:.5rem;font-size:13px;display:grid}.modal-field span{font-weight:600}.modal-field input{color:#111;background:#f8f9fc;border:1px solid #e3e7ef;border-radius:12px;width:100%;min-height:44px;padding:0 14px;font-size:14px}.modal-field input:focus{background:#fff;border-color:#1a6fc4;outline:none}.modal-color-field .color-picker-grid{flex-wrap:wrap;gap:.75rem;padding:.25rem 0;display:flex}.color-swatch{cursor:pointer;border:2px solid #0000;border-radius:12px;width:34px;height:34px}.color-swatch--active{border-color:#111}.modal-actions{justify-content:flex-end;gap:.75rem;margin-top:.25rem;display:flex}.modal-error{color:#b91c1c;background:#fff1f0;border:1px solid #f5c2c7;border-radius:12px;padding:12px 14px;font-size:13px}.card-link{text-align:left;cursor:pointer;background:0 0;border:none;width:100%;padding:0}.card-actions{gap:.75rem;padding:0 14px 14px;display:flex}.action-btn{color:#374151;cursor:pointer;background:#fff;border:1px solid #d8dee6;border-radius:10px;padding:8px 12px;font-size:12px;font-weight:600;transition:background .15s,border-color .15s,color .15s}.action-btn:hover{background:#f4f6fa}.action-btn--edit{color:#1a6fc4;border-color:#cfe3ff}.action-btn--delete{color:#c0392b;border-color:#f5d1d3}.embed-card-header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.embed-card-title{margin:0;font-size:20px}.embed-card-subtitle{color:#666;margin:6px 0 0;font-size:13px}.embed-header-actions{flex-wrap:wrap;gap:.75rem;display:flex}.dash-main{flex-direction:column;flex:1;display:flex;overflow:hidden}.dash-topbar{height:var(--topbar-h);background:#fff;border-bottom:.5px solid #e5e5e5;flex-shrink:0;justify-content:space-between;align-items:center;padding:0 2rem;display:flex}.topbar-left{align-items:center;gap:12px;display:flex}.topbar-tag{border-radius:20px;padding:3px 10px;font-size:11px;font-weight:500}.topbar-count{color:#999;font-size:12px}.topbar-right{align-items:center;gap:12px;display:flex}.ppt-grid{flex:1;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));align-content:start;gap:1.25rem;padding:2rem;display:grid;overflow-y:auto}.ppt-card{text-align:left;cursor:pointer;background:#fff;border:.5px solid #e5e5e5;border-radius:12px;transition:transform .2s,box-shadow .2s;overflow:hidden}.card-preview{background:#f8f8f8;height:180px;position:relative;overflow:hidden}.card-iframe{transform-origin:0 0;pointer-events:none;width:200%;height:200%;transform:scale(.5)}.card-overlay{background:0 0;justify-content:center;align-items:center;transition:background .2s;display:flex;position:absolute;inset:0}.card-open{color:#fff;opacity:0;font-size:14px;font-weight:500;transition:opacity .2s,transform .2s;transform:translateY(6px)}.ppt-card:hover .card-open{opacity:1;transform:translateY(0)}.card-meta{align-items:center;gap:10px;padding:12px 14px;display:flex}.card-num{flex-shrink:0;font-size:18px;font-weight:600}.card-title{color:#111;font-size:13px;font-weight:500;line-height:1.3}.card-cat{color:#999;margin-top:2px;font-size:11px}.card-tag{white-space:nowrap;border-radius:20px;flex-shrink:0;margin-left:auto;padding:3px 8px;font-size:10px;font-weight:500}.embed-wrap{flex-direction:column;flex:1;gap:1rem;padding:1.25rem 2rem 2rem;display:flex;overflow:hidden}.embed-controls{flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.back-btn{color:#555;background:#fff;border:.5px solid #ddd;border-radius:7px;padding:6px 14px;font-size:13px;transition:background .15s}.back-btn:hover{background:#f5f5f5}.embed-nav{align-items:center;gap:12px;display:flex}.nav-btn{color:#444;background:#fff;border:.5px solid #ddd;border-radius:7px;padding:6px 14px;font-size:13px;transition:background .15s}.nav-btn:hover:not(:disabled){background:#f5f5f5}.nav-btn:disabled{opacity:.35;cursor:not-allowed}.embed-counter{color:#888;font-size:13px}.embed-iframe{background:#fff;border:.5px solid #e5e5e5;border-radius:12px;flex:1;width:100%;box-shadow:0 4px 24px #00000014}.dash-sidebar{-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#ffffffdb;border:1px solid #2341521a;border-radius:24px;width:258px;height:calc(100vh - 28px);margin:14px 0 14px 14px;box-shadow:0 26px 70px #2037461f}.brand-icon{color:#174a7c;background:linear-gradient(135deg,#e7f0ff,#f3f9fb);border-radius:14px;place-items:center;width:38px;height:38px;display:inline-grid;box-shadow:inset 0 0 0 1px #1a6fc41f}.brand-icon svg,.add-icon svg,.logout-btn svg,.portfolio-btn svg,.sidebar-toggle svg,.card-open svg{display:block}.sidebar-toggle{color:#6b7a87;background:#f4f8fb;border:1px solid #23415214;border-radius:12px;place-items:center;width:32px;height:32px;display:inline-grid}.nav-label{color:#9aa9b5;margin:6px 8px 10px;font-weight:800}.add-ppt-btn,.portfolio-btn{border-radius:14px;min-height:44px;font-weight:800;box-shadow:0 10px 24px #1f4c740f}.add-ppt-btn{color:#fff;background:linear-gradient(135deg,#1a6fc4,#174a7c);border-color:#0000}.add-ppt-btn:hover{background:linear-gradient(135deg,#247dda,#174a7c);border-color:#0000}.portfolio-btn{color:#0f7a55;background:#effaf6;border-color:#0f7a551f}.nav-item{border:1px solid #0000;border-radius:14px;min-height:48px;padding:10px}.nav-title{color:#162b38;font-weight:700}.nav-cat,.user-email{color:#7b8b98}.logout-btn{border-radius:12px;align-items:center;gap:8px;display:flex}.dash-main{min-width:0;padding:14px}.dash-topbar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:50;background:#ffffffd1;border:1px solid #23415214;border-radius:22px;height:66px;margin-bottom:14px;padding:0 1.25rem;position:relative;box-shadow:0 16px 48px #20374614}.topbar-search{color:#92a1ad;z-index:60;background:#f7fbfd;border:1px solid #23415214;border-radius:999px;align-items:center;gap:9px;min-width:220px;height:38px;padding:0 14px;font-size:12px;display:flex;position:relative}.topbar-search input{color:#152238;width:100%;min-width:0;font:inherit;background:0 0;border:0;outline:0}.topbar-search input::placeholder{color:#92a1ad}.search-dropdown{z-index:999;background:#fff;border:1px solid #2341521a;border-radius:18px;gap:6px;max-height:280px;padding:8px;display:grid;position:absolute;top:calc(100% + 10px);left:0;right:0;overflow-y:auto;box-shadow:0 22px 54px #2e3b452e}.search-dropdown button{color:#152238;text-align:left;background:0 0;border-radius:13px;align-items:center;gap:10px;width:100%;min-height:50px;padding:9px 10px;display:flex}.search-dropdown button:hover{background:#edf4ff}.search-dot{border-radius:50%;flex:none;width:10px;height:10px}.search-result-copy{flex:1;gap:2px;min-width:0;display:grid}.search-result-copy strong,.search-result-copy small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.search-result-copy strong{font-size:12px}.search-result-copy small,.search-empty{color:#7b8b98;font-size:11px}.search-empty{text-align:center;padding:12px}.topbar-count{color:#174a7c;background:#edf5ff;border-radius:999px;align-items:center;height:38px;padding:0 14px;font-weight:800;display:inline-flex}.ppt-dashboard{flex:1;padding:0 4px 2rem;overflow-y:auto}.ppt-hero{background:linear-gradient(90deg,#ffffffdb,#ffffff8c),url(https://images.unsplash.com/photo-1557804506-669a67965ba0?auto=format&fit=crop&w=1400&q=80) 50%/cover;border:1px solid #23415214;border-radius:28px;grid-template-columns:minmax(0,1fr) minmax(280px,.42fr);gap:1.25rem;min-height:282px;padding:clamp(1.3rem,3vw,2rem);display:grid;overflow:hidden;box-shadow:0 26px 70px #20374621}.ppt-eyebrow{color:#1a6fc4;letter-spacing:.14em;text-transform:uppercase;font-size:11px;font-weight:900}.ppt-hero-copy{align-self:center;max-width:720px}.ppt-hero h2{color:#10202a;letter-spacing:0;margin:13px 0 12px;font-size:clamp(2rem,4.5vw,4rem);line-height:1}.ppt-hero-actions{flex-wrap:wrap;gap:.75rem;margin-top:1.45rem;display:flex}.hero-primary-btn,.hero-secondary-btn,.hero-panel-btn{border-radius:14px;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:0 18px;font-size:13px;font-weight:900;transition:transform .18s,box-shadow .18s,background .18s;display:inline-flex}.hero-primary-btn,.hero-panel-btn{color:#fff;background:linear-gradient(135deg,#1a6fc4,#174a7c);box-shadow:0 14px 30px #1a6fc43b}.hero-primary-btn:hover,.hero-secondary-btn:hover,.hero-panel-btn:hover:not(:disabled){transform:translateY(-2px)}.ppt-hero-panel{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffffc2;border:1px solid #ffffffb8;border-radius:22px;flex-direction:column;justify-content:space-between;align-self:stretch;gap:1rem;padding:1.25rem;display:flex;box-shadow:0 18px 48px #20374624}.hero-panel-head{align-items:flex-start;gap:.8rem;display:flex}.hero-panel-head>span{color:#d5682f;background:#fff5ed;border-radius:14px;flex-shrink:0;place-items:center;width:42px;height:42px;display:grid}.hero-panel-head p{color:#8b9aa6;letter-spacing:.08em;text-transform:uppercase;margin:0 0 5px;font-size:11px;font-weight:800}.hero-panel-head strong{color:#10202a;font-size:17px;line-height:1.35;display:block}.hero-panel-route{color:#60717d;align-items:center;gap:.6rem;font-size:12px;display:flex}.hero-panel-route span{background:#f2f7fb;border-radius:999px;padding:7px 10px}.hero-panel-btn:disabled{opacity:.5;cursor:not-allowed}.ppt-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-top:1rem;display:grid}.ppt-stat-card>span{color:#1a6fc4;background:#edf5ff;border-radius:13px;place-items:center;width:38px;height:38px;margin-bottom:.85rem;display:grid}.ppt-stat-card strong{color:#10202a;font-size:26px;line-height:1;display:block}.ppt-stat-card p{color:#5f7180;margin:8px 0 4px;font-size:12px;font-weight:800}.ppt-stat-card small{color:#98a7b2;white-space:nowrap;text-overflow:ellipsis;font-size:11px;display:block;overflow:hidden}.ppt-library-head{justify-content:space-between;align-items:flex-end;gap:1rem;margin:1.65rem 0 1rem;display:flex}.ppt-library-head h2{color:#10202a;margin-top:6px;font-size:24px}.ppt-mini-widget{color:#60717d;background:#ffffffd6;border:1px solid #23415214;border-radius:999px;align-items:center;gap:8px;min-height:40px;padding:0 14px;font-size:12px;font-weight:800;display:inline-flex}.ppt-grid{flex:none;grid-template-columns:repeat(auto-fill,minmax(310px,1fr));gap:1.2rem;padding:0;overflow:visible}.card-preview{background:linear-gradient(135deg,#f6f9fc,#eaf2f7);height:192px}.card-preview:after{content:"";pointer-events:none;background:linear-gradient(90deg,#ffffffc2,#ffffff47);border-radius:16px;height:46px;position:absolute;inset:auto 14px 14px}.card-overlay{background:#10202a00}.ppt-card:hover .card-overlay{background:#10202a57}.card-open{color:#174a7c;background:#ffffffeb;border-radius:999px;align-items:center;gap:8px;padding:10px 14px;font-weight:900;display:inline-flex}.card-num{background:#f5f9fc;border-radius:14px;justify-content:center;align-items:center;min-width:48px;height:42px;font-size:16px;font-weight:900;display:inline-flex}.card-title{color:#10202a;font-size:13px;font-weight:800}.card-tag{font-weight:800}.card-open-btn{color:#16428f;background:#edf4ff;border:1px solid #d6e5f8;border-radius:999px;flex:none;place-items:center;width:36px;height:36px;margin-left:0;transition:transform .18s,background .18s;display:inline-grid}.card-open-btn:hover{background:#e3effd;transform:translate(2px)}.card-actions{padding:0 16px 16px}.action-btn{border-radius:12px}.ppt-empty-state{text-align:center;background:#ffffffb3;border:1px dashed #1a6fc43d;border-radius:24px;place-items:center;min-height:280px;padding:2rem;display:grid}.ppt-empty-state>span{color:#1a6fc4;background:#edf5ff;border-radius:20px;place-items:center;width:56px;height:56px;margin-bottom:14px;font-size:24px;display:grid}.ppt-empty-state h3{color:#10202a;margin-bottom:8px}.ppt-empty-state p{color:#60717d;max-width:420px;line-height:1.7}.embed-wrap{padding:0 4px 1rem}.embed-controls,.embed-card-header{background:#ffffffd6;border:1px solid #23415214;border-radius:20px;padding:1rem 1.2rem;box-shadow:0 16px 46px #20374614}.back-btn,.nav-btn{border-color:#2341521a;border-radius:999px}.nav-btn--expand{color:#174a7c;background:#edf5ff;border-color:#1a6fc429;align-items:center;gap:7px;font-weight:800;display:inline-flex}.embed-card-title{color:#10202a;font-weight:900}.embed-iframe{border:1px solid #23415214;border-radius:24px;box-shadow:0 24px 70px #20374624}@media (width<=1100px){.ppt-hero{grid-template-columns:1fr}.ppt-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=820px){.dash-root{flex-direction:column;height:auto;min-height:100vh;overflow:auto}.dash-sidebar,.dash-sidebar.collapsed{width:auto;height:auto;margin:10px}.dash-sidebar.collapsed .sidebar-nav,.dash-sidebar.collapsed .sidebar-footer{display:none}.dash-main{padding:0 10px 10px;overflow:visible}.dash-topbar{z-index:5;position:sticky;top:8px}.topbar-search{display:none}.ppt-dashboard{overflow:visible}.ppt-hero h2{font-size:2rem}.ppt-grid{grid-template-columns:1fr}.embed-wrap{overflow:visible}.embed-controls,.embed-card-header{flex-direction:column;align-items:flex-start}.embed-iframe{min-height:70vh}}@media (width<=560px){.ppt-stats{grid-template-columns:1fr}.ppt-library-head,.topbar-left,.topbar-right{flex-direction:column;align-items:flex-start}.dash-topbar{gap:.75rem;height:auto;padding:1rem}}.dash-root{background:linear-gradient(#ffffff7a,#fff0),#e7ebee;gap:18px;padding:16px}.dash-sidebar{background:#f9fafb;border:8px solid #ffffffa8;border-radius:34px;width:284px;height:calc(100vh - 32px);margin:0;box-shadow:0 28px 70px #2e3b4521}.dash-sidebar.collapsed{width:86px}.sidebar-header{border-bottom:0;padding:20px 16px 18px}.brand-icon{color:#16428f;background:#eef1f4;border-radius:18px;width:46px;height:46px;box-shadow:inset 0 0 0 1px #16428f14}.brand-name{color:#152238;font-size:18px;font-weight:900}.sidebar-toggle{color:#87909a;background:#f1f4f7;border:1px solid #e1e7ed;border-radius:16px;width:40px;height:40px}.sidebar-toggle:hover{color:#16428f;background:#eaf0f8}.sidebar-nav{padding:12px 14px}.nav-label{color:#97a0ac;margin:6px 16px 12px;font-size:11px}.add-ppt-btn,.portfolio-btn,.nav-item,.logout-btn{border-radius:18px}.add-ppt-btn,.portfolio-btn{min-height:54px;box-shadow:none;padding:0 16px;font-size:13px}.add-ppt-btn{color:#fff;background:#16428f}.add-ppt-btn:hover{background:#103672}.portfolio-btn{color:#16428f;background:#edf4ff;border:1px solid #dbe8f7}.portfolio-btn:hover{background:#e5effb;border-color:#cfdff0}.nav-item{background:0 0;border:1px solid #0000;min-height:58px;margin-bottom:6px;padding:10px 13px}.nav-item:hover{background:#f0f4f8;border-color:#0000}.nav-item--active{background:#e9f2ff;border-color:#cce0f8;box-shadow:inset 4px 0 #1b64c8}.nav-dot{width:14px;height:14px;box-shadow:0 0 0 8px #edf1f5}.nav-title{color:#172536;font-size:13px;font-weight:900}.nav-cat{color:#7f8c99;font-size:12px}.sidebar-footer{border-top:1px solid #eef1f4;padding:16px 20px 20px}.user-email{color:#788696;font-size:12px}.toggle-label{color:#9aa3ae;font-weight:800}.logout-btn{color:#7b8490;align-items:center;gap:9px;min-height:44px;padding:0 12px;display:flex}.logout-btn:hover{color:#b3382c;background:#fff0ee}.dash-main{padding:0}.dash-topbar{background:#fbfcfd;border:8px solid #ffffffa8;border-radius:34px;height:78px;margin:0 0 20px;padding:0 24px;box-shadow:0 22px 58px #2e3b451a}.topbar-title{color:#152238;font-size:20px;font-weight:900}.topbar-tag,.topbar-count,.topbar-search{border-radius:999px}.topbar-search{color:#8a97a5;background:#f5f8fa;border:1px solid #e4eaf0;min-width:290px;height:48px}.topbar-count{color:#16428f;background:#edf4ff;height:48px;font-size:14px}.ppt-dashboard{padding:0 4px 4px}.ppt-hero{background:linear-gradient(90deg,#f6fbfff2,#f6fbffa8 48%,#f6fbff47),url(https://images.unsplash.com/photo-1497215728101-856f4ea42174?auto=format&fit=crop&w=1500&q=80) 50%/cover;border:8px solid #ffffffa8;border-radius:34px;grid-template-columns:minmax(0,1fr) 320px;min-height:250px;padding:34px 38px;box-shadow:0 26px 66px #2e3b451f}.ppt-eyebrow{color:#16428f;letter-spacing:.08em;font-size:12px}.ppt-hero h2{color:#152238;max-width:760px;margin:12px 0;font-size:clamp(2rem,4vw,3.45rem);line-height:1.08}.ppt-hero p{color:#627180;max-width:610px;font-size:15px;line-height:1.7}.hero-primary-btn,.hero-secondary-btn,.hero-panel-btn{border-radius:999px;min-height:46px;padding:0 20px}.hero-primary-btn,.hero-panel-btn{background:#16428f;box-shadow:0 14px 24px #16428f2e}.hero-secondary-btn{color:#16428f;background:#fff;border:1px solid #dbe4ee}.ppt-hero-panel{background:#ffffffd1;border:1px solid #dee6eee6;border-radius:26px;padding:20px;box-shadow:0 18px 42px #2e3b451a}.hero-panel-head>span{color:#16428f;background:#eef4ff}.hero-panel-head strong{color:#152238}.hero-panel-route span{background:#f3f6f9}.ppt-stats{gap:18px;margin-top:20px}.ppt-stat-card{background:#fbfcfd;border:8px solid #ffffffa8;border-radius:30px;min-height:142px;padding:22px;box-shadow:0 18px 46px #2e3b4517}.ppt-stat-card>span{color:#16428f;background:#edf4ff}.ppt-stat-card strong{color:#152238}.ppt-stat-card p{color:#60707e}.ppt-stat-card small{color:#93a0ac}.ppt-library-head{margin:26px 6px 14px}.ppt-library-head h2{color:#152238;font-size:25px}.ppt-mini-widget{color:#667584;background:#fbfcfd;border:1px solid #e4eaf0;min-height:46px}.ppt-grid{grid-template-columns:repeat(auto-fill,minmax(315px,1fr));gap:20px}.ppt-card{background:#fbfcfd;border:8px solid #ffffffa8;border-radius:30px;box-shadow:0 18px 46px #2e3b451a}.ppt-card:hover{transform:translateY(-3px);box-shadow:0 26px 56px #2e3b4524}.card-preview{background:#eef3f7;border-radius:22px 22px 0 0;height:190px}.card-preview:after{display:none}.card-open{color:#16428f;background:#fff}.card-meta{padding:16px 18px 18px}.card-num{color:#16428f;background:#edf4ff}.card-title{color:#152238}.card-cat{color:#84919d}.ppt-empty-state,.embed-controls,.embed-iframe{background:#fbfcfd;border:8px solid #ffffffa8;border-radius:30px;box-shadow:0 18px 46px #2e3b451a}.embed-controls{padding:16px 20px}.back-btn,.nav-btn{background:#fff;border-color:#e1e7ed;border-radius:999px;min-height:40px}.nav-btn--expand{color:#16428f;background:#edf4ff;border-color:#d6e5f8}.embed-iframe{overflow:hidden}@media (width<=820px){.dash-root{gap:10px;padding:10px}.dash-sidebar,.dash-sidebar.collapsed{border-radius:28px;margin:0}.dash-topbar,.ppt-hero,.ppt-stat-card,.ppt-card{border-radius:28px}.ppt-hero{grid-template-columns:1fr;padding:24px}.topbar-search{min-width:auto}}.dash-sidebar{min-height:0}.sidebar-nav{scrollbar-width:none;min-height:0;overflow-y:auto}.sidebar-nav::-webkit-scrollbar{display:none}.ppt-mini-widget{gap:8px;padding:4px}.ppt-mini-widget button{color:#16428f;background:#edf4ff;border:1px solid #d6e5f8;border-radius:999px;place-items:center;width:38px;height:38px;transition:background .18s,transform .18s;display:inline-grid}.ppt-mini-widget button:hover{background:#e3effd;transform:translateY(-1px)}.ppt-grid{scroll-behavior:smooth;scroll-snap-type:x proximity;scrollbar-width:none;grid-template-columns:none;padding:0 0 12px;display:flex;overflow:auto hidden}.ppt-grid::-webkit-scrollbar{display:none}.ppt-card{scroll-snap-align:start;flex:0 0 clamp(315px,31vw,390px)}@media (width<=820px){.ppt-grid{grid-template-columns:none;display:flex}.ppt-card{flex-basis:min(88vw,360px)}}.view-select-page{background:radial-gradient(circle at 80% 10%,#1a6fc429,#0000 26rem),radial-gradient(circle at 8% 92%,#0f7a551f,#0000 24rem),#e7ebee;width:100%;min-height:100vh;padding:2rem}.view-select-card{text-align:left;background:#fbfcfdeb;border:8px solid #ffffffa8;border-radius:36px;width:min(1050px,100%);padding:clamp(1.2rem,3vw,2rem);box-shadow:0 30px 80px #2e3b4524}.view-select-card:before{content:"";background:linear-gradient(90deg,#fffffff0,#ffffff94,#ffffff29),url(https://images.unsplash.com/photo-1556761175-b413da4baf72?auto=format&fit=crop&w=1500&q=80) 50%/cover;border:1px solid #23415214;border-radius:28px;height:190px;margin-bottom:1.6rem;display:block}.view-select-head{max-width:760px;margin:0 0 1.5rem}.view-select-badge{color:#16428f;background:#edf4ff;font-weight:900}.view-select-head h2{color:#152238;letter-spacing:0;margin-top:.9rem;font-size:clamp(2rem,4vw,3.2rem);line-height:1.05}.view-select-head p{color:#60717d;max-width:560px;margin:.85rem 0 0;font-size:15px}.view-select-grid{gap:1rem}.view-card{background:#fff;border:1px solid #e1e8ef;border-radius:28px;align-items:stretch;min-height:190px;padding:1.35rem;box-shadow:0 18px 44px #2e3b4514}.view-card:hover{background:#fbfdff;border-color:#cbdcec;transform:translateY(-4px);box-shadow:0 26px 58px #2e3b4521}.view-card--primary{background:linear-gradient(135deg,#fff,#eef5ff)}.view-card--secondary{background:linear-gradient(135deg,#fff,#f0fbf7)}.view-card-icon{color:#16428f;background:#edf4ff;border-radius:22px;flex:none;width:62px;height:62px;font-size:28px}.view-card--secondary .view-card-icon{color:#0f7a55;background:#eaf8f2}.view-card h3{color:#152238;margin-bottom:.55rem;font-size:22px}.view-card p{color:#657584;font-size:14px;line-height:1.7}.view-card:after{content:"Open";color:#fff;background:#16428f;border-radius:999px;align-self:flex-end;margin-left:auto;padding:.7rem 1rem;font-size:12px;font-weight:900}.view-card--secondary:after{background:#0f7a55}@media (width<=760px){.view-select-page{padding:1rem}.view-select-card{border-radius:28px}.view-select-card:before{border-radius:22px;height:140px}.view-card{flex-direction:column;min-height:auto}.view-card:after{margin-left:0}}.route-loading{color:#152238;min-height:100vh;font-family:var(--font);background:#e7ebee;place-items:center;display:grid}.route-loading>div{background:#fbfcfd;border:8px solid #ffffffa8;border-radius:28px;justify-items:center;gap:.9rem;padding:1.4rem 1.8rem;display:grid;box-shadow:0 24px 64px #2e3b451f}.route-loading span{border:3px solid #d8e7f8;border-top-color:#16428f;border-radius:50%;width:34px;height:34px;animation:.8s linear infinite routeSpin}.route-loading p{color:#60717d;margin:0;font-size:13px;font-weight:800}@keyframes routeSpin{to{transform:rotate(360deg)}}.switch-confirm-overlay{z-index:90;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f19236b;place-items:center;padding:1rem;animation:.18s switchFadeIn;display:grid;position:fixed;inset:0}.switch-confirm-card{background:#fbfcfd;border:8px solid #ffffffa8;border-radius:28px;gap:1rem;width:min(460px,100%);padding:1.35rem;animation:.22s cubic-bezier(.2,.9,.2,1) switchPopIn;display:grid;box-shadow:0 30px 80px #0f19233d}.switch-confirm-icon{color:#16428f;background:#edf4ff;border:1px solid #d6e5f8;border-radius:18px;place-items:center;width:52px;height:52px;font-size:1.25rem;display:grid}.switch-confirm-card h3{color:#152238;margin:0 0 .45rem;font-size:1.25rem}.switch-confirm-card p{color:#60717d;margin:0;font-size:.9rem;line-height:1.65}.switch-confirm-actions{flex-wrap:wrap;justify-content:flex-end;gap:.75rem;display:flex}.switch-confirm-btn{border-radius:999px;min-width:104px;min-height:42px;font-weight:800;transition:transform .18s,box-shadow .18s,background .18s}.switch-confirm-btn:hover{transform:translateY(-1px)}.switch-confirm-btn--ghost{color:#60717d;background:#f3f6f9;border:1px solid #e1e7ed}.switch-confirm-btn--primary{color:#fff;background:#16428f;box-shadow:0 14px 26px #16428f38}@keyframes switchFadeIn{0%{opacity:0}to{opacity:1}}@keyframes switchPopIn{0%{opacity:0;transform:translateY(12px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.dash-root{background:radial-gradient(circle at 14% 12%,#ffffffe6,#0000 20rem),radial-gradient(circle at 82% 8%,#1a6fc42e,#0000 28rem),radial-gradient(circle at 88% 88%,#0f7a551f,#0000 26rem),linear-gradient(135deg,#dfe7ec 0%,#f7fafc 48%,#e8eef3 100%)}.dash-root:before{content:"";pointer-events:none;opacity:.7;background:linear-gradient(115deg,#ffffff57,#0000 34%,#1a6fc40d 72%,#0000),repeating-linear-gradient(90deg,#ffffff2e 0 1px,#0000 1px 84px);position:fixed;inset:0}.dash-sidebar,.dash-topbar,.ppt-hero,.ppt-stat-card,.ppt-card,.ppt-empty-state,.embed-controls,.embed-iframe{box-shadow:0 24px 60px #2e3b4521,inset 0 1px #ffffffe6}.ppt-card,.ppt-stat-card,.dash-topbar,.dash-sidebar{background:linear-gradient(145deg,#fffffffa,#f7fafce6),#fbfcfd}.ppt-card:hover{box-shadow:0 30px 70px #2e3b452e,0 0 0 1px #1a6fc414,inset 0 1px #fffffff2}.ppt-stat-card:hover{transition:transform .18s,box-shadow .18s;transform:translateY(-2px);box-shadow:0 28px 64px #2e3b4529,0 0 0 1px #1a6fc40f,inset 0 1px #fffffff2}.ppt-hero{box-shadow:0 30px 82px #2e3b452b,inset 0 1px #ffffffeb}.dash-topbar{-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#ffffffdb;border:1px solid #23415214;border-radius:22px;height:64px;margin:0 0 18px;padding:0 18px 0 22px;box-shadow:0 16px 42px #2e3b451a,inset 0 1px #ffffffeb}.topbar-left{min-width:0}.topbar-title{text-overflow:ellipsis;white-space:nowrap;color:#172536;max-width:min(44vw,560px);font-size:18px;font-weight:900;overflow:hidden}.topbar-tag{padding:5px 11px;font-size:11px;font-weight:800}.topbar-right{flex-shrink:0;gap:10px}.topbar-search{color:#8a97a5;background:#f6f9fb;border:1px solid #e2e9ef;min-width:260px;height:42px;padding:0 14px;box-shadow:inset 0 1px #ffffffd9}.topbar-count{color:#16428f;height:42px;box-shadow:none;background:#edf4ff;border:1px solid #dce9f8;padding:0 15px}@media (width<=700px){.dash-topbar{align-items:stretch}.topbar-title{max-width:100%}}.ppt-hero-panel{background:radial-gradient(circle at 92% 8%,#1a6fc424,#0000 8rem),linear-gradient(145deg,#fffffff5,#f6faffdb);border:1px solid #dee6eef2;border-radius:30px;padding:24px;position:relative;overflow:hidden;box-shadow:0 24px 58px #2e3b4526}.ppt-hero-panel:before{content:"";background:linear-gradient(#16428f,#1a6fc4,#0f7a55);width:5px;position:absolute;inset:0 auto 0 0}.ppt-hero-panel:after{content:"";background:#1a6fc414;border-radius:50%;width:120px;height:120px;position:absolute;top:-34px;right:-34px}.hero-panel-head,.hero-panel-route,.hero-panel-btn{z-index:1;position:relative}.hero-panel-head{gap:1rem}.hero-panel-head>span{color:#16428f;background:linear-gradient(135deg,#edf4ff,#fff);border:1px solid #dce9f8;border-radius:20px;width:56px;height:56px;font-size:1.3rem;box-shadow:0 14px 30px #16428f1a}.hero-panel-head p{color:#758493;letter-spacing:.14em;margin-bottom:9px;font-size:12px;font-weight:900}.hero-panel-head strong{color:#152238;letter-spacing:0;font-size:clamp(1.25rem,2vw,1.7rem);line-height:1.25}.hero-panel-route{color:#71808d;flex-wrap:wrap}.hero-panel-route span{background:#f5f8faeb;border:1px solid #edf1f4;padding:9px 12px;font-weight:700}.hero-panel-btn{background:linear-gradient(135deg,#16428f,#1a6fc4);width:100%;margin-top:.2rem}
