.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-muted{color:#64748b;font-weight:500}.ws-page{background:#e0dcff;font-family:Inter,system-ui,sans-serif}.ws-topbar{height:64px;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 28px;border-bottom:1px solid #ebe9ff}.ws-brand{display:flex;align-items:center;gap:10px;font-weight:700}.ws-logo{width:32px;height:32px;border-radius:10px;background:#ede9fe;color:#7c5cff;display:grid;place-items:center}.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)}.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-timer{background:#fff;border-radius:20px;padding:15px 25px;box-shadow:0 10px 30px #7c5cff26;text-align:center;font-size:.85rem;display:flex;flex-direction:column;min-height:0}.ws-timer strong{display:block;font-size:1.2rem;color:#7c5cff}.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}.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}.ws-files-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:5px}.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-grid{grid-template-columns:1fr}.ws-main{height:max-content}.ws-right{padding:10px}.ws-footer{font-size:.7rem}}: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:Inter,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}.muted{font-size:.75rem;margin-top:14px;text-align:center;color:#6b7280}.page{min-height:100vh;width:100vw;display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden;background:#e0dcff}.page:before{content:"";position:absolute;width:600px;height:600px;background:radial-gradient(circle,rgba(139,92,246,.35),transparent 70%);top:-200px;left:50%;transform:translate(-50%);filter:blur(80px);z-index:0}@media(max-width:768px){.card{max-width:70%}.maintext{font-size:1.4rem}.subtext{font-size:.9rem}}
