.codebox{display:flex;flex-direction:column;align-items:center;padding:20px 0}.code-input-row{display:flex;gap:12px;margin-bottom:16px}.code-input{color:#000;width:50px;height:55px;background:#fff;border-radius:12px;border:2px solid #ddd;text-align:center;font-size:1.5rem;font-weight:600;outline:none;transition:all .2s ease}.code-input:focus{border-color:#8b5cf6;box-shadow:0 0 0 4px #8b5cf626}@media(max-width:768px){.codebox{padding:8px 0}.code-input-row{gap:8px}.code-input{width:50px;height:50px;font-size:1.2rem}}.ws-topbar{height:56px;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 48px;border-bottom:1px solid #ebe9ff}.ws-brand{display:flex;align-items:center;gap:10px;font-weight:700;font-size:1.3rem}.ws-logo{width:32px;height:32px;border-radius:10px;display:grid}.ws-actions{display:flex;align-items:center;gap:14px}.ws-logout{border:1px solid #dbeafe;background:#fff;color:#334155;padding:6px 14px;border-radius:999px;font-weight:500}.ws-logout:hover{background:#f1f5ff}.ws-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#fde68a,#fca5a5)}@media(max-width:768px){.ws-topbar{padding:0 16px;height:56px}.ws-brand{gap:10px;font-size:1rem}}.ws-storage{margin-bottom:30px}.ws-storage-head{display:flex;justify-content:space-between;font-size:.85rem;margin-bottom:8px}.ws-storage-capacity-text{font-weight:700}.ws-storage-bar{height:10px;background:#eef2ff;border-radius:999px;overflow:hidden}.ws-storage-bar div{height:100%;background:linear-gradient(90deg,#7c5cff,#9f8cff)}.ws-upload{border:2px dashed #c7d2fe;border-radius:20px;padding:40px;text-align:center;flex:1;display:flex;flex-direction:column;justify-content:center}.ws-upload button{margin-top:16px;padding:12px 26px;border-radius:999px;background:#7c5cff;color:#fff;border:none;font-weight:600;font-size:.9rem;cursor:pointer}@media(max-width:768px){.ws-upload{padding:24px 16px;min-height:220px}}.ws-file{background:#fff;padding:16px;border-radius:15px;margin-bottom:12px}.ws-file-info{display:flex;flex-direction:row}.ws-file-data{max-width:70%;overflow-x:auto}.ws-file-data span{display:flex;flex-direction:row;font-size:.8rem;color:#64748b}.ws-file-data strong{color:#7c5cff}.ws-file-actions{display:flex;flex-direction:row;align-items:center;gap:10px;margin-left:auto}.ws-file-icon{background:transparent;color:#7c5cff;padding:6px;border-radius:999px;border:0px solid transparent;cursor:pointer}.ws-file-icon img{width:25px;height:25px}.ws-file-icon .trash-icon{width:20px;height:20px}.ws-file-progress{height:6px;background:#e0e7ff;border-radius:999px;margin-top:8px}.ws-file-progress div{height:100%;background:#7c5cff}@media(max-width:768px){.ws-file-info{flex-direction:column;gap:10px}.ws-file-data{max-width:100%}.ws-file-actions{margin-left:0}}.ws-error{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:16px;width:100%;height:calc(100vh - 94px)}.ws-error-image{max-width:600px;width:100%;height:auto;object-fit:contain}.ws-error-section1{flex:1;display:flex;flex-direction:column;align-items:end;justify-content:center;gap:10px}.ws-error-section2{flex:1;display:flex;flex-direction:column;align-items:start;justify-content:center;gap:15px}.retrybtn{margin:7px 0 0;padding:10px 20px;border-radius:10px;border:1px solid #7c5cff;background-color:#7c5cff;color:#fff;display:flex;flex-direction:row;align-items:center;justify-content:center;width:188px}.retrybtn:hover{box-shadow:2px 2px 10px #9d9ea0}.errorbtn{margin:7px 0 0;padding:10px 20px;border-radius:10px;border:1px solid #7c5cff;background-color:#7c5cff;color:#fff;display:flex;align-items:center;justify-content:center;gap:8px}.errorbtn:hover{box-shadow:2px 2px 10px #9d9ea0;background-color:#7c5cff;border:1px solid #7c5cff;color:#fff}.ws-icon{width:15px;height:15px;position:relative;top:-1px}@media(max-width:768px){.ws-error{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;width:100%;height:calc(100vh - 94px)}.ws-error-section1{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center}.ws-error-section2{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:15px}}.ws-muted{color:#64748b;font-weight:500}.ws-page{background:#e0dcff;font-family:Arial,Helvetica,sans-serif}.ws-main{max-width:1200px;margin:0 auto;padding:28px 28px 0;height:calc(100vh - 94px);display:flex;flex-direction:column}.ws-header{display:flex;justify-content:space-between;align-items:center}.ws-session-pill{background:#fff;color:#7c5cff;padding:4px 10px;border-radius:999px;font-size:.75rem;font-weight:700;margin-right:10px}.ws-room{font-size:2rem;margin:12px 0 6px}.ws-room span{color:#7c5cff}.ws-desc{max-width:480px;font-size:.9rem;color:#64748b}.ws-divider{margin:10px 0 20px;border:none;border-top:2px solid #7c5cff}.ws-grid{display:grid;grid-template-columns:1fr 2fr;gap:24px;flex:1;min-height:0;max-height:60vh}.ws-left{background:#fff;border-radius:18px;padding:20px;display:flex;flex-direction:column;justify-content:center}.ws-right{border-radius:18px;padding:20px 20px 0;display:flex;flex-direction:column;gap:14px;min-height:0;overflow:hidden}.ws-files-list{flex:1;overflow-y:auto;padding-right:6px}.ws-files-list::-webkit-scrollbar{width:6px}.ws-files-list::-webkit-scrollbar-thumb{background:#c7d2fe;border-radius:999px}.ws-files-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:5px;padding:10px 0}.ws-files-header h3{font-size:1rem;margin:0;font-weight:700}.ws-files-header span{font-size:.8rem;color:#7c5cff;font-weight:600}@media(max-width:768px){.ws-footer{font-size:.7rem}.ws-main{padding:16px 16px 0;height:auto}.ws-header{flex-direction:column;align-items:flex-start;gap:12px}.ws-room{font-size:1.5rem;margin:10px 0 6px}.ws-desc{max-width:none}.ws-grid{grid-template-columns:1fr;gap:16px;max-height:none}.ws-left{padding:16px}.ws-right{padding:0}}.info-page{display:flex;flex-direction:column;padding:20px;margin:40px auto;width:min(60vw,900px);min-height:80vh;height:auto;text-align:left;align-items:stretch;justify-content:flex-start;border-radius:25px;background:#fff;box-sizing:border-box}.info-text{display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden;gap:16px;padding:10px;max-height:100%;-webkit-overflow-scrolling:touch}.info-text h1{text-align:center;margin-bottom:4px}.info-text h2{margin-top:8px;margin-bottom:8px}.effective-date{text-align:center;font-weight:500}.info-text ul{padding-left:20px;margin-top:0}.info-text p{line-height:1.6;margin:0}.credits-page{background:linear-gradient(180deg,#fff,#f8fafc)}.credits-content{gap:18px}.profile-card{display:flex;flex-direction:column;align-items:center;gap:12px;padding:18px;border-radius:20px;border:1px solid rgba(0,0,0,.08);background:#ffffffe6;box-shadow:0 8px 30px #0000000d}.profile-avatar{width:140px;height:140px;border-radius:50%;flex:0 0 140px;display:flex;align-items:center;justify-content:center;overflow:hidden;border:2px dashed rgba(0,0,0,.18);background:#f3f4f6}.profile-avatar-icon{width:100%;height:100%;object-fit:cover}.profile-details{display:flex;flex-direction:column;text-align:center;gap:4px;width:100%}.credit-links{display:flex;flex-wrap:wrap;gap:12px;margin-top:6px;justify-content:center}.credit-link{display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;padding:10px 14px;border-radius:999px;font-weight:500;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.credit-link:hover{transform:translateY(-1px)}.github-link{background:#111827;color:#fff}.issues-link{background:#eef2ff;color:#312e81}.credits-footer{display:flex;flex-direction:row;align-items:center;justify-content:center;text-align:center;gap:10px;margin-top:8px;padding-top:6px;opacity:.9}.credits-heart{color:#ef4444}@media(max-width:900px){.info-page{width:calc(100% - 32px);margin:20px auto;min-height:auto;border-radius:20px}}@media(max-width:600px){.info-page{width:calc(100% - 16px);margin:12px auto;padding:16px 12px;border-radius:16px}.info-text{gap:12px;padding:6px;overflow-y:visible}.info-text h1{font-size:1.6rem}.info-text h2{font-size:1.1rem}.profile-avatar{width:110px;height:110px;flex-basis:110px}.credit-links{flex-direction:column;align-items:stretch}.credit-link{width:100%}.credits-footer{flex-direction:column;gap:6px}}.snackbar-region{position:fixed;top:68px;left:50%;transform:translate(-50%);width:min(92vw,420px);z-index:9999;display:flex;flex-direction:column;gap:10px;pointer-events:none}.snackbar{pointer-events:auto;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:12px 14px;border-top:2px solid transparent;box-shadow:0 18px 40px #0f172a26;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:snackbar-in .18s ease-out}.snackbar--error{background:#fef2f2fa;border-color:#991b1b;color:#991b1b}.snackbar--success{background:#f0fdf4fa;border-color:#166534;color:#166534}.snackbar__message{font-size:.92rem;font-weight:600;line-height:1.35}.snackbar__close{background:transparent;border:0;color:inherit;padding:0;min-width:auto;font-size:1.1rem;line-height:1;cursor:pointer}@keyframes snackbar-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.snackbar-region{top:64px;left:12px;right:12px;transform:none;width:auto}.snackbar{padding:11px 12px}.snackbar__message{font-size:.88rem}}:root{--primary: #7c5cff;--primary-light: #ede9fe;--primary-border: #c4b5fd;--bg-main: #f6f4ff;--bg-card: #ffffff;--text-main: #1f2937;--text-muted: #6b7280;--radius-lg: 16px;--radius-md: 12px;--radius-sm: 8px;--shadow-card: 0 20px 40px rgba(99, 102, 241, .15);--shadow-soft: 0 8px 20px rgba(99, 102, 241, .12);--gap-lg: 30px;--gap-md: 20px;--gap-sm: 12px}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:#e0dcff;color:#1f2937}.card{position:relative;z-index:1;background:#fff;padding:2rem;border-radius:16px;box-shadow:0 20px 40px #6366f126;width:400px;display:flex;flex-direction:column;align-items:center}.primary-btn{margin-top:10px;padding:14px 28px;background:#8b5cf6;color:#fff;border:none;border-radius:999px;font-weight:600;cursor:pointer}.primary-btn:hover{background:#7c50e6}.maintext{font-size:1.6rem;font-weight:700;margin-bottom:6px;color:#111827}.subtext{font-size:.95rem;font-weight:500;color:#6b7280;margin-bottom:18px;text-align:center;max-width:280px}.errortext{font-size:2rem;text-align:left;color:#111827;font-weight:700;margin:0}.errorsubtext{font-size:1.2rem;text-align:left;color:#1f2937;margin:0}.muted{font-size:.75rem;margin-top:8px;text-align:center;color:#6b7280}.warning{display:flex;flex-direction:column;gap:8px;max-width:80%}.page{flex:1;width:100vw;display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden;background:#e0dcff}.layout{display:flex;flex-direction:column;min-height:100vh}.page:before{content:"";position:absolute;width:600px;height:600px;background:radial-gradient(circle,rgba(139,92,246,.45),transparent 70%);top:0;left:50%;transform:translate(-50%);filter:blur(80px);z-index:0;animation:pulse 6s ease-in-out infinite}@keyframes pulse{0%{transform:translate(-50%) scale(1);opacity:.1}50%{transform:translate(-50%) scale(1.15);opacity:1}to{transform:translate(-50%) scale(1);opacity:.1}}@media(max-width:768px){.card{max-width:70%}.maintext{font-size:1.4rem}.subtext{font-size:.9rem}}
