:root{font-family:Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffe6;background-color:#0f0f23;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#6b5ce7;text-decoration:inherit}a:hover{color:#8b5cf6}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:2.5em;line-height:1.2}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#2a2a4a;color:#fff;cursor:pointer;transition:background-color .25s,transform .2s}button:hover{background-color:#3a3a5a}button:focus,button:focus-visible{outline:2px solid #6b5ce7;outline-offset:2px}.sdk-guide-overlay{position:fixed;inset:0;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.sdk-guide-modal{background:#1a1a2e;border-radius:16px;width:90%;max-width:800px;max-height:85vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 60px #00000080;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.sdk-guide-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.sdk-guide-header h2{margin:0;font-size:1.3rem;font-weight:600}.sdk-guide-close{background:#fff3;border:none;color:#fff;width:36px;height:36px;border-radius:50%;font-size:1.2rem;cursor:pointer;transition:all .2s}.sdk-guide-close:hover{background:#ffffff4d;transform:scale(1.1)}.sdk-guide-tabs{display:flex;gap:4px;padding:.75rem;background:#16213e;overflow-x:auto;scrollbar-width:thin}.sdk-tab{display:flex;flex-direction:column;align-items:center;gap:4px;padding:.75rem 1rem;background:transparent;border:2px solid transparent;border-radius:12px;color:#aaa;cursor:pointer;transition:all .2s;min-width:80px}.sdk-tab:hover{background:#ffffff0d;color:#fff}.sdk-tab.active{background:#ffffff1a;border-color:var(--tab-color);color:#fff}.sdk-tab-icon{font-size:1.5rem}.sdk-tab-name{font-size:.75rem;font-weight:500;white-space:nowrap}.sdk-guide-content{padding:1.5rem;overflow-y:auto;flex:1}.sdk-guide-title{display:flex;align-items:center;gap:12px;padding-bottom:1rem;margin-bottom:1rem;border-bottom:2px solid}.sdk-icon{font-size:2rem}.sdk-guide-title h3{margin:0;font-size:1.4rem;color:#fff}.sdk-console-link{display:inline-block;padding:.75rem 1.5rem;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;margin-bottom:1.5rem;transition:all .2s}.sdk-console-link:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.sdk-section{margin-bottom:1.5rem}.sdk-section h4{color:#667eea;margin:0 0 1rem;font-size:1rem}.sdk-fields{display:flex;flex-direction:column;gap:12px}.sdk-field{background:#ffffff0d;padding:1rem;border-radius:8px;border-left:3px solid #667eea}.sdk-field-name{color:#fff;font-weight:600;margin-bottom:4px}.sdk-field-desc{color:#aaa;font-size:.9rem;margin-bottom:8px}.sdk-field-example{display:block;background:#0d1117;padding:8px 12px;border-radius:6px;color:#7ee787;font-size:.85rem;overflow-x:auto}.sdk-steps{margin:0;padding-left:1.5rem;color:#ddd}.sdk-steps li{padding:8px 0;line-height:1.5}.sdk-steps li::marker{color:#667eea;font-weight:700}.sdk-tip{background:linear-gradient(135deg,#667eea1a,#764ba21a);border:1px solid rgba(102,126,234,.3);padding:1rem;border-radius:8px;color:#ddd}.sdk-tip strong{color:#667eea}@media(max-width:600px){.sdk-guide-modal{width:95%;max-height:90vh}.sdk-guide-header{padding:1rem}.sdk-guide-header h2{font-size:1.1rem}.sdk-tab{padding:.5rem .75rem;min-width:60px}.sdk-tab-icon{font-size:1.2rem}.sdk-guide-content{padding:1rem}}.room-list-page{min-height:100vh;background:linear-gradient(180deg,#f8f9fa,#fff);padding:1rem}.room-list-container{max-width:1200px;margin:0 auto}.room-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1rem 0;border-bottom:2px solid #f0f0f0;flex-wrap:wrap;gap:1rem}.header-content{display:flex;align-items:center;gap:1rem}.fisk-logo{height:50px;width:auto}.header-text h1{font-size:1.5rem;color:#1a1a2e;margin:0;font-weight:700}.header-text p{color:#666;margin:0;font-size:.85rem}.create-room-btn{padding:.875rem 1.5rem;background:linear-gradient(135deg,#e31937,#c41530);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;white-space:nowrap}.create-room-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #e319374d}.loading-state{text-align:center;padding:4rem 2rem;color:#666;background:#fff;border-radius:20px;box-shadow:0 4px 20px #0000000d}.loading-state .spinner{width:48px;height:48px;border:4px solid rgba(227,25,55,.2);border-top-color:#e31937;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.loading-state p{color:#888;font-size:1rem}.empty-state{text-align:center;padding:4rem 2rem;color:#1a1a2e;background:#fff;border-radius:20px;box-shadow:0 4px 20px #0000000d}.empty-icon{font-size:4rem;display:block;margin-bottom:1rem}.empty-state h2{font-size:1.3rem;margin-bottom:.5rem}.empty-state p{color:#666}.rooms-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.25rem}.room-card{background:#fff;border-radius:16px;padding:1.5rem;border:1px solid #e8e8ed;box-shadow:0 4px 15px #0000000a;transition:transform .2s,box-shadow .2s}.room-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #0000001a}.room-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.room-card-header h3{color:#1a1a2e;font-size:1.1rem;margin:0;flex:1;font-weight:600}.room-status{font-size:.7rem;padding:.25rem .6rem;border-radius:20px;font-weight:500}.room-status.active{background:#22c55e1a;color:#16a34a}.room-status.inactive{background:#f5f5f5;color:#999}.room-description{color:#666;font-size:.9rem;margin-bottom:1rem;line-height:1.4}.room-info{display:flex;gap:1.5rem;margin-bottom:1rem;color:#666;font-size:.85rem}.room-id{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.5rem .75rem;background:#f5f5f7;border-radius:8px;margin-bottom:1rem}.room-id small{color:#888;font-size:.75rem}.copy-btn{background:linear-gradient(135deg,#e31937,#1e4d8c);border:none;cursor:pointer;padding:.4rem .75rem;font-size:.8rem;color:#fff;border-radius:6px;transition:opacity .2s,transform .2s}.copy-btn:hover{opacity:.9;transform:scale(1.02)}.room-actions{display:flex;gap:.5rem;flex-wrap:wrap}.enter-btn{flex:1;min-width:140px;padding:.75rem .5rem;border:none;border-radius:10px;font-size:.85rem;font-weight:600;cursor:pointer;transition:transform .2s}.enter-btn:hover{transform:translateY(-1px)}.enter-btn.teacher{background:linear-gradient(135deg,#e31937,#c41530);color:#fff}.enter-btn.student{background:linear-gradient(135deg,#1e4d8c,#163a6a);color:#fff}.edit-btn{padding:.75rem;background:#fff8e6;border:1px solid #ffe4a0;border-radius:10px;cursor:pointer;transition:background .2s}.edit-btn:hover{background:#fff0c0}.delete-btn{padding:.75rem;background:#fff0f0;border:1px solid #ffdbdb;border-radius:10px;cursor:pointer;transition:background .2s}.delete-btn:hover{background:#ffe0e0}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{background:#fff;border-radius:20px;padding:2rem;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0003}.modal-content h2{color:#1a1a2e;margin:0 0 1.5rem;font-size:1.4rem}.modal-content .form-group{margin-bottom:1.25rem}.modal-content label{display:block;color:#444;font-size:.9rem;margin-bottom:.5rem;font-weight:500}.modal-content input,.modal-content textarea{width:100%;padding:.875rem 1rem;border-radius:10px;border:2px solid #e8e8ed;background:#fff;color:#1a1a2e;font-size:1rem;font-family:inherit;resize:none;transition:border-color .2s,box-shadow .2s}.modal-content input:focus,.modal-content textarea:focus{outline:none;border-color:#e31937;box-shadow:0 0 0 4px #e319371a}.modal-content input::placeholder,.modal-content textarea::placeholder{color:#aaa}.modal-actions{display:flex;gap:1rem;margin-top:1.5rem}.cancel-btn{flex:1;padding:.875rem;background:#f5f5f7;color:#666;border:none;border-radius:10px;font-size:1rem;cursor:pointer;transition:background .2s}.cancel-btn:hover{background:#eee}.submit-btn{flex:1;padding:.875rem;background:linear-gradient(135deg,#e31937,#c41530);color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #e319374d}@media(max-width:768px){.room-list-page{padding:.75rem}.room-list-header{flex-direction:column;align-items:stretch;gap:1rem}.header-content{justify-content:center;text-align:center}.fisk-logo{height:40px}.header-text h1{font-size:1.25rem}.create-room-btn{width:100%;text-align:center}.rooms-grid{grid-template-columns:1fr}.room-card{padding:1.25rem}.enter-btn{flex:none;width:100%}.modal-content{padding:1.5rem;border-radius:16px}}@media(max-width:400px){.header-text h1{font-size:1.1rem}.room-card-header h3{font-size:1rem}.room-info{flex-direction:column;gap:.5rem}}.room-sdk-badge{display:inline-flex;align-items:center;gap:.3rem;padding:.25rem .6rem;border-radius:12px;font-size:.7rem;font-weight:600;color:#fff;margin:.5rem 0}.modal-large{max-width:700px;max-height:90vh;overflow-y:auto}.sdk-selector{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.sdk-option{display:flex;flex-direction:column;align-items:center;gap:.2rem;padding:.6rem .8rem;border:2px solid #ddd;border-radius:10px;cursor:pointer;transition:all .2s;min-width:70px;position:relative}.sdk-option:hover:not(.disabled){border-color:#999;background:#f5f5f5}.sdk-option.selected{background:#e319370d;border-width:2px}.sdk-option.disabled{opacity:.5;cursor:not-allowed}.sdk-icon{font-size:1.5rem}.sdk-name{font-size:.7rem;font-weight:600;color:#333}.sdk-soon{position:absolute;top:-6px;right:-6px;background:#ff9800;color:#fff;font-size:.5rem;padding:.15rem .3rem;border-radius:6px;font-weight:600}.info-btn{background:none;border:none;color:#0078d4;font-size:.75rem;cursor:pointer;margin-left:.5rem}.info-btn:hover{text-decoration:underline}.sdk-details-panel{margin-top:1rem;display:flex;flex-direction:column;gap:.75rem;max-height:300px;overflow-y:auto;padding:.5rem;background:#f9f9f9;border-radius:8px}.sdk-detail-card{background:#fff;border:1px solid #e0e0e0;border-left:4px solid #ccc;border-radius:8px;padding:.75rem;transition:all .2s}.sdk-detail-card.selected{background:#f0f8ff;border-color:#0078d4}.sdk-detail-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.sdk-icon-large{font-size:1.75rem}.sdk-detail-header h4{margin:0;font-size:.9rem;color:#1a1a2e}.sdk-billing{font-size:.7rem;color:#666;background:#f0f0f0;padding:.15rem .4rem;border-radius:4px}.sdk-not-implemented{margin-left:auto;font-size:.65rem;color:#ff9800;background:#fff3e0;padding:.2rem .5rem;border-radius:4px;font-weight:600}.sdk-description{font-size:.8rem;color:#555;margin:.5rem 0;line-height:1.4}.sdk-requirements{font-size:.75rem;color:#666}.sdk-requirements strong{color:#333}.sdk-requirements ul{margin:.25rem 0 0 1rem;padding:0}.sdk-requirements li{margin:.15rem 0}.sdk-config-section{background:linear-gradient(135deg,#f0f4ff,#e8f0fe);border:1px solid #c8d8f8;border-radius:12px;padding:1rem;margin-top:.75rem}.config-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid #d8e4f8;flex-wrap:wrap;gap:.5rem}.config-header span{font-weight:600;color:#1a1a2e;font-size:.95rem}.help-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;color:#fff;padding:.4rem .8rem;border-radius:6px;font-size:.75rem;cursor:pointer;transition:all .2s}.help-btn:hover{transform:translateY(-1px);box-shadow:0 2px 8px #667eea66}.sdk-config-section .form-group{margin-bottom:.75rem}.sdk-config-section .form-group:last-of-type{margin-bottom:.5rem}.sdk-config-section label{color:#333;font-size:.85rem;font-weight:500;margin-bottom:.3rem}.sdk-config-section input{background:#fff;border:1px solid #d0d8e8;border-radius:8px;padding:.6rem .8rem;font-size:.85rem;width:100%;box-sizing:border-box;transition:border-color .2s,box-shadow .2s}.sdk-config-section input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.sdk-config-section input::placeholder{color:#aaa;font-size:.8rem}.config-note{margin:.5rem 0 0;font-size:.8rem;color:#666;padding:.5rem;background:#fff9;border-radius:6px}.config-note.success{background:#2e7d321a;color:#2e7d32;border:1px solid rgba(46,125,50,.2)}.config-note.warning{background:#ff98001a;color:#e65100;border:1px solid rgba(255,152,0,.2)}.billing-badge{display:inline-block;padding:.4rem .8rem;border-radius:20px;font-size:.8rem;font-weight:600;margin-bottom:.5rem}.billing-badge.pay-per-use{background:linear-gradient(135deg,#e8f5e9,#c8e6c9);color:#2e7d32;border:1px solid #a5d6a7}.billing-badge.per-user{background:linear-gradient(135deg,#e3f2fd,#bbdefb);color:#1565c0;border:1px solid #90caf9}.billing-explanation{font-size:.85rem;color:#555;margin:0 0 1rem;line-height:1.4}.billing-explanation strong{color:#2e7d32}.config-section-title{font-size:.85rem;font-weight:600;color:#444;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px dashed #d0d8e8}.optional-tag{font-size:.7rem;font-weight:400;color:#888;background:#f0f0f0;padding:.15rem .4rem;border-radius:4px;margin-left:.5rem}.login-notice{display:flex;align-items:flex-start;gap:.75rem;background:linear-gradient(135deg,#fff3e0,#ffe0b2);border:1px solid #ffcc80;border-radius:10px;padding:.75rem 1rem;margin-top:.75rem}.login-icon{font-size:1.5rem;flex-shrink:0}.login-notice strong{color:#e65100;font-size:.9rem;display:block;margin-bottom:.25rem}.login-notice p{margin:0;font-size:.8rem;color:#666}.config-type-badge{font-size:.7rem;padding:.25rem .5rem;border-radius:8px;font-weight:600}.config-type-badge.room{background:linear-gradient(135deg,#2196f3,#1976d2);color:#fff}.config-type-badge.env{background:linear-gradient(135deg,#4caf50,#388e3c);color:#fff}.config-type-badge.dual{background:linear-gradient(135deg,#9c27b0,#7b1fa2);color:#fff}.environment-config{padding:1rem;background:#f8f9fa;border-radius:12px;text-align:center}.env-configured{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;background:linear-gradient(135deg,#e8f5e9,#c8e6c9);border:1px solid #81C784;border-radius:12px;color:#2e7d32}.env-configured .status-icon{font-size:2rem}.env-configured strong{font-size:1rem}.env-configured p{margin:0;font-size:.85rem;opacity:.9}.env-configured p.hint{font-size:.75rem;opacity:.7;font-style:italic}.env-not-configured{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;background:linear-gradient(135deg,#fff8e1,#ffecb3);border:1px solid #FFB74D;border-radius:12px;color:#e65100}.env-not-configured.warning{background:linear-gradient(135deg,#e3f2fd,#bbdefb);border-color:#64b5f6;color:#1565c0}.env-not-configured.error{background:linear-gradient(135deg,#ffebee,#ffcdd2);border-color:#ef5350;color:#c62828}.env-not-configured .status-icon{font-size:2rem}.env-not-configured strong{font-size:1rem}.env-not-configured p{margin:0;font-size:.85rem}.link-btn{background:transparent;border:1px solid currentColor;padding:.5rem 1rem;border-radius:8px;cursor:pointer;font-size:.85rem;font-weight:600;margin-top:.5rem;transition:all .2s}.link-btn:hover{opacity:.8;transform:translateY(-1px)}.room-config{border-left:3px solid #2196F3}.header-actions{display:flex;gap:.75rem;align-items:center}.settings-icon-btn{width:48px;height:48px;background:linear-gradient(135deg,#6c757d,#495057);color:#fff;border:none;border-radius:12px;font-size:1.4rem;cursor:pointer;transition:transform .2s,box-shadow .2s;display:flex;align-items:center;justify-content:center}.settings-icon-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #6c757d4d}@media(max-width:600px){.sdk-selector{justify-content:center}.sdk-option{min-width:60px;padding:.5rem .6rem}.sdk-icon{font-size:1.25rem}.sdk-name{font-size:.6rem}.sdk-details-panel{max-height:200px}.modal-large{max-height:85vh}.header-actions{width:100%}.create-room-btn{flex:1}.settings-icon-btn{width:44px;height:44px}}.video-room{height:100vh;height:100dvh;display:flex;flex-direction:column;background:#1a1a2e;color:#fff}.video-room-loading,.video-room-error{height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;gap:1rem;color:#1a1a2e}.loading-logo{height:60px;margin-bottom:1rem}.spinner{width:48px;height:48px;border:4px solid rgba(227,25,55,.2);border-top-color:#e31937;border-radius:50%;animation:spin 1s linear infinite}.video-room-header{display:flex;justify-content:space-between;align-items:center;padding:.5rem 1rem;background:#151525;border-bottom:1px solid rgba(255,255,255,.1);flex-shrink:0}.header-left{display:flex;align-items:center;gap:.75rem;min-width:0}.header-logo{height:30px;flex-shrink:0}.room-info{min-width:0}.room-info h1{font-size:.95rem;margin:0;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.role-indicator{font-size:.7rem;padding:.15rem .4rem;border-radius:4px}.role-indicator.teacher{background:#e3193733;color:#ff6b7a}.role-indicator.student{background:#1e4d8c33;color:#7ab3e8}.header-right{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.participant-count{font-size:.8rem;color:#aaa}.toggle-list-btn{background:#ffffff1a;border:none;padding:.5rem;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;transition:background .2s}.toggle-list-btn:hover{background:#fff3}.leave-room-btn{display:flex;align-items:center;gap:.4rem;background:#e31937;border:none;padding:.5rem 1rem;border-radius:8px;cursor:pointer;color:#fff;font-size:.85rem;font-weight:600;transition:background .2s,transform .2s}.leave-room-btn:hover{background:#c41530;transform:scale(1.02)}.leave-room-btn svg{flex-shrink:0}.video-room-content{flex:1;display:flex;overflow:hidden;min-height:0}.video-area{flex:1;display:flex;flex-direction:column;padding:.75rem;gap:.75rem;overflow-y:auto;min-width:0}.sdk-badge-container{display:flex;justify-content:center;padding:.5rem 0;flex-shrink:0}.sdk-active-badge{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:20px;border:1px solid;font-size:.85rem;font-weight:500;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#ffffff0d}.sdk-badge-icon{font-size:1.1rem}.sdk-badge-text{font-weight:600}.main-video{flex:1;min-height:200px;max-height:55vh}.video-tile{position:relative;background:#252540;border-radius:12px;overflow:hidden;aspect-ratio:16/9}.video-tile.featured{height:100%;aspect-ratio:auto}.video-tile.featured.empty{display:flex;align-items:center;justify-content:center}.waiting{text-align:center;color:#888}.waiting span{font-size:2.5rem;display:block;margin-bottom:.75rem}.video-renderer{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.video-renderer video{width:100%;height:100%;object-fit:cover}.camera-off{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem}.camera-off .avatar{width:70px;height:70px;border-radius:50%;background:linear-gradient(135deg,#e31937,#1e4d8c);display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:600}.video-tile:not(.featured) .camera-off .avatar{width:45px;height:45px;font-size:1.1rem}.camera-off p{color:#ccc;margin:0;font-size:.9rem}.video-label{position:absolute;bottom:0;left:0;right:0;padding:.6rem .8rem;background:linear-gradient(transparent,#000000d9);display:flex;align-items:center;gap:.4rem}.video-label .name{font-size:.8rem}.video-label .badge{font-size:.65rem;padding:.15rem .4rem;border-radius:4px}.video-label .badge.teacher{background:#e31937}.muted-indicator{margin-left:auto}.participant-controls{position:absolute;top:.4rem;right:.4rem;display:flex;gap:.2rem;opacity:0;transition:opacity .2s}.video-tile:hover .participant-controls{opacity:1}.participant-controls .control-btn{width:28px;height:28px;border-radius:6px;border:none;background:#0009;cursor:pointer;font-size:.8rem;transition:background .2s}.participant-controls .control-btn:hover{background:#000c}.participant-controls .control-btn.danger:hover{background:#ef4444cc}.participant-controls .control-btn.active{background:#ef444499}.participants-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.5rem}.participant-sidebar{width:260px;background:#151525;border-left:1px solid rgba(255,255,255,.1);padding:.75rem;overflow-y:auto;flex-shrink:0}.participant-sidebar h3{font-size:.85rem;color:#aaa;margin:0 0 .75rem;padding-bottom:.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.participant-list{list-style:none;padding:0;margin:0}.participant-item{display:flex;align-items:center;gap:.6rem;padding:.6rem;border-radius:8px;margin-bottom:.4rem;background:#ffffff0d}.participant-item.self{background:#e319371a;border:1px solid rgba(227,25,55,.2)}.participant-item .avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#e31937,#1e4d8c);display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:600;flex-shrink:0}.participant-info{flex:1;min-width:0}.participant-info .name{display:block;font-size:.85rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.participant-info .role{font-size:.7rem;color:#888}.participant-actions{display:flex;gap:.2rem}.action-btn{width:26px;height:26px;border-radius:6px;border:none;background:#ffffff1a;cursor:pointer;font-size:.75rem;transition:background .2s}.action-btn:hover{background:#fff3}.action-btn.danger:hover{background:#ef444480}.action-btn.active{background:#ef444466}.video-controls{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:linear-gradient(180deg,#1a1a2e,#151525);border-top:1px solid rgba(255,255,255,.1);flex-shrink:0}.controls-left,.controls-right{flex:1;display:flex;align-items:center}.controls-right{justify-content:flex-end;gap:.75rem}.room-id{font-size:.7rem;color:#666;font-family:monospace}.controls-center{display:flex;justify-content:center;gap:.75rem}.control-button{width:52px;height:52px;border-radius:50%;border:2px solid rgba(255,255,255,.2);background:#ffffff1a;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;color:#fff;position:relative}.control-button.with-label{width:auto;min-width:60px;height:auto;padding:.5rem .75rem;border-radius:12px;flex-direction:column;gap:.25rem}.control-button .btn-label{font-size:.65rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.control-button svg{width:22px;height:22px}.control-button:hover{background:#fff3;transform:scale(1.08);border-color:#fff6}.control-button.off{background:#dc2626;border-color:#dc2626}.control-button.off:hover{background:#b91c1c;border-color:#b91c1c}.control-button.active{background:#16a34a;border-color:#16a34a}.control-button.active:hover{background:#15803d;border-color:#15803d}.control-button.recording-btn{background:#e3193733;border-color:#e31937}.control-button.recording-btn:hover{background:#e3193766}.control-button.recording-btn.recording{background:#e31937;border-color:#e31937;animation:pulse-recording 1.5s ease-in-out infinite}.control-button.transcription-btn{background:#3b82f633;border-color:#3b82f6}.control-button.transcription-btn:hover{background:#3b82f666}.control-button.transcription-btn.active{background:#3b82f6;border-color:#3b82f6}.control-button.end-call{background:#dc2626;border-color:#dc2626}.control-button.end-call:hover{background:#b91c1c}.mute-all-btn{padding:.4rem .8rem;background:#ef444433;border:1px solid rgba(239,68,68,.3);color:#ef4444;border-radius:8px;cursor:pointer;font-size:.8rem;transition:background .2s}.mute-all-btn:hover{background:#ef444466}@media(max-width:900px){.participant-sidebar{display:none}}@media(max-width:600px){.video-room-header{padding:.4rem .75rem}.header-logo{height:24px}.room-info h1{font-size:.85rem}.participant-count{display:none}.video-area{padding:.5rem;gap:.5rem}.main-video{min-height:150px;max-height:45vh}.participants-grid{grid-template-columns:repeat(2,1fr)}.video-controls{padding:.6rem;flex-wrap:wrap;gap:.5rem}.control-button{width:44px;height:44px}.control-button.with-label{width:auto;min-width:50px;height:auto;padding:.4rem .5rem}.control-button .btn-label{font-size:.55rem}.control-button svg{width:20px;height:20px}.controls-left{display:none}.controls-right{display:flex;justify-content:center;width:100%;order:3;margin-top:.5rem}.controls-center{order:1;flex-wrap:wrap}.recording-indicator,.transcript-toggle-btn{font-size:.75rem;padding:.3rem .6rem}.leave-room-btn{padding:.4rem .8rem;font-size:.75rem}.leave-room-btn svg{width:16px;height:16px}}@media(max-width:400px){.control-button{width:40px;height:40px}.control-button.with-label{width:auto;min-width:45px;padding:.35rem .4rem}.control-button .btn-label{font-size:.5rem}.control-button svg{width:18px;height:18px}.controls-center{gap:.4rem}}.control-button.recording{background:#e31937;animation:pulse-recording 1.5s ease-in-out infinite}@keyframes pulse-recording{0%,to{box-shadow:0 0 #e31937b3}50%{box-shadow:0 0 0 10px #e3193700}}.recording-indicator{display:flex;align-items:center;gap:.5rem;background:#e3193733;color:#ff6b7a;padding:.4rem .8rem;border-radius:20px;font-size:.85rem;font-weight:600;animation:pulse-text 1.5s ease-in-out infinite}@keyframes pulse-text{0%,to{opacity:1}50%{opacity:.6}}.transcript-toggle-btn{background:#ffffff1a;border:none;color:#fff;padding:.4rem .8rem;border-radius:20px;font-size:.85rem;cursor:pointer;transition:all .2s}.transcript-toggle-btn:hover{background:#fff3}.transcript-toggle-btn.active{background:#e319374d;color:#ff6b7a}.chat-btn{position:relative}.chat-btn.active{background:#1e4d8c!important}.chat-badge{position:absolute;top:-4px;right:-4px;background:#e31937;color:#fff;font-size:.65rem;font-weight:700;min-width:18px;height:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 4px}.control-toggle-btn{background:#ffffff26;border:none;color:#fff;padding:.5rem 1rem;border-radius:8px;cursor:pointer;font-size:.8rem;font-weight:500;transition:all .2s}.control-toggle-btn:hover{background:#ffffff40}.control-toggle-btn.enabled{background:#1e4d8c66;color:#7ab3e8}.control-toggle-btn.disabled,.control-toggle-btn.active{background:#e319374d;color:#ff6b7a}.chat-panel{position:absolute;bottom:100px;left:1rem;width:350px;max-width:calc(100vw - 2rem);height:400px;max-height:calc(100vh - 200px);background:#151525fa;border-radius:12px;border:1px solid rgba(255,255,255,.1);overflow:hidden;z-index:100;box-shadow:0 4px 20px #0006;display:flex;flex-direction:column}.chat-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:#1e4d8c33;border-bottom:1px solid rgba(255,255,255,.1)}.chat-header h3{margin:0;font-size:.95rem;color:#fff}.chat-header-controls{display:flex;align-items:center;gap:.75rem}.chat-disabled-badge{font-size:.7rem;color:#ff6b7a;background:#e3193733;padding:.25rem .5rem;border-radius:4px}.chat-messages{flex:1;padding:.75rem;overflow-y:auto;display:flex;flex-direction:column;gap:.5rem}.chat-message{max-width:85%;padding:.5rem .75rem;background:#ffffff14;border-radius:4px 12px 12px;align-self:flex-start}.chat-message.own{align-self:flex-end;background:#1e4d8c4d;border-radius:12px 4px 12px 12px}.chat-message.teacher{background:#e3193726;border-left:3px solid #E31937}.chat-message.teacher.own{border-left:none;border-right:3px solid #E31937}.message-header{display:flex;justify-content:space-between;align-items:baseline;gap:.5rem;margin-bottom:.25rem}.message-sender{font-size:.75rem;font-weight:600;color:#7ab3e8}.chat-message.teacher .message-sender{color:#ff6b7a}.message-time{font-size:.65rem;color:#fff6}.message-text{margin:0;font-size:.85rem;color:#fff;line-height:1.4;word-break:break-word}.chat-input-form{display:flex;gap:.5rem;padding:.75rem;background:#0003;border-top:1px solid rgba(255,255,255,.1)}.chat-input-form input{flex:1;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:8px;padding:.6rem .75rem;color:#fff;font-size:.85rem}.chat-input-form input::placeholder{color:#fff6}.chat-input-form input:focus{outline:none;border-color:#1e4d8c;background:#ffffff26}.chat-input-form input:disabled{opacity:.5;cursor:not-allowed}.chat-input-form button{background:#1e4d8c;border:none;border-radius:8px;padding:.5rem .75rem;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;transition:background .2s}.chat-input-form button:hover:not(:disabled){background:#2563a8}.chat-input-form button:disabled{opacity:.5;cursor:not-allowed}.transcription-panel{position:absolute;bottom:100px;right:1rem;width:400px;max-width:calc(100vw - 2rem);max-height:300px;background:#151525fa;border-radius:12px;border:1px solid rgba(255,255,255,.1);overflow:hidden;z-index:100;box-shadow:0 4px 20px #0006}.transcription-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:#e3193726;border-bottom:1px solid rgba(255,255,255,.1)}.transcription-header h3{margin:0;font-size:.95rem;color:#fff}.transcription-controls{display:flex;align-items:center;gap:.75rem}.live-indicator{font-size:.75rem;color:#ff6b7a;animation:pulse-text 1.5s ease-in-out infinite}.close-btn{background:none;border:none;color:#fff9;font-size:1rem;cursor:pointer;padding:.25rem;line-height:1}.close-btn:hover{color:#fff}.transcription-content{padding:.75rem 1rem;max-height:220px;overflow-y:auto;display:flex;flex-direction:column;gap:.5rem}.empty-message{color:#ffffff80;font-style:italic;font-size:.9rem;text-align:center;padding:1rem}.transcription-entry{font-size:.85rem;line-height:1.4;padding:.5rem;background:#ffffff0d;border-radius:6px}.entry-time{color:#fff6;font-size:.7rem;margin-right:.5rem}.entry-speaker{color:#7ab3e8;font-weight:600;margin-right:.3rem}.entry-text{color:#fff}@media(max-width:600px){.chat-panel{bottom:80px;left:.5rem;right:.5rem;width:auto;height:300px;max-height:calc(100vh - 160px)}.control-toggle-btn{padding:.4rem .6rem;font-size:.7rem}.transcription-panel{bottom:80px;right:.5rem;left:.5rem;width:auto;max-height:200px}.transcription-content{max-height:130px}}.classroom-loading{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f8f9fa;gap:1rem}.classroom-loading .lobby-logo{height:60px}.classroom-loading .spinner{width:48px;height:48px;border:4px solid rgba(227,25,55,.2);border-top-color:#e31937;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.classroom-loading p{color:#666}.classroom-error{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f8f9fa;color:#1a1a2e;text-align:center;padding:2rem}.classroom-error h2{font-size:1.5rem;margin-bottom:.5rem}.classroom-error p{color:#666;margin-bottom:1.5rem}.classroom-error button{padding:.875rem 1.5rem;background:linear-gradient(135deg,#e31937,#c41530);color:#fff;border:none;border-radius:10px;cursor:pointer}.classroom-lobby{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#f8f9fa,#fff);padding:1rem}.lobby-card{background:#fff;border-radius:20px;padding:2rem;width:100%;max-width:450px;border:1px solid #e8e8ed;box-shadow:0 10px 40px #00000014}.lobby-header{text-align:center;margin-bottom:2rem}.lobby-logo{height:50px;margin-bottom:1rem}.lobby-header h1{font-size:1.4rem;color:#1a1a2e;margin:0}.room-preview{background:#f8f9fa;border-radius:12px;padding:1.25rem;margin-bottom:1.5rem;text-align:center;border:1px solid #e8e8ed}.room-preview h2{color:#1a1a2e;font-size:1.2rem;margin:0 0 .5rem}.room-preview p{color:#666;font-size:.9rem;margin:0 0 1rem}.room-meta{display:flex;justify-content:center}.role-badge{padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:500}.role-badge.teacher{background:#e319371a;color:#e31937;border:1px solid rgba(227,25,55,.2)}.role-badge.student{background:#1e4d8c1a;color:#1e4d8c;border:1px solid rgba(30,77,140,.2)}.lobby-form{margin-bottom:1rem}.lobby-form .form-group{margin-bottom:1.25rem}.lobby-form label{display:block;color:#444;font-size:.9rem;margin-bottom:.5rem;font-weight:500}.lobby-form input{width:100%;padding:.875rem 1rem;border-radius:10px;border:2px solid #e8e8ed;background:#fff;color:#1a1a2e;font-size:1rem;transition:border-color .2s,box-shadow .2s}.lobby-form input:focus{outline:none;border-color:#e31937;box-shadow:0 0 0 4px #e319371a}.lobby-form input::placeholder{color:#aaa}.join-btn{width:100%;padding:1rem;border:none;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;color:#fff}.join-btn.teacher{background:linear-gradient(135deg,#e31937,#c41530)}.join-btn.teacher:hover{box-shadow:0 8px 25px #e319374d}.join-btn.student{background:linear-gradient(135deg,#1e4d8c,#163a6a)}.join-btn.student:hover{box-shadow:0 8px 25px #1e4d8c4d}.join-btn:hover{transform:translateY(-2px)}.back-btn{width:100%;padding:.75rem;background:transparent;color:#666;border:1px solid #e8e8ed;border-radius:10px;cursor:pointer;font-size:.9rem;transition:background .2s,color .2s}.back-btn:hover{background:#f5f5f7;color:#1a1a2e}@media(max-width:500px){.lobby-card{padding:1.5rem;border-radius:16px}.lobby-logo{height:40px}.lobby-header h1{font-size:1.2rem}}.role-selector{margin:1.5rem 0;text-align:center}.role-selector p{color:#666;margin-bottom:1rem;font-size:.95rem}.role-buttons{display:flex;gap:1rem;justify-content:center}.role-btn{padding:1rem 1.5rem;border-radius:12px;border:2px solid #e0e0e0;background:#fff;cursor:pointer;font-size:1rem;font-weight:600;transition:all .2s;min-width:140px}.role-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.role-btn.teacher:hover{border-color:#e31937;background:#e319370d;color:#e31937}.role-btn.student:hover{border-color:#1e4d8c;background:#1e4d8c0d;color:#1e4d8c}.selected-role{display:flex;align-items:center;justify-content:center;gap:.75rem;margin:1rem 0}.change-role-btn{background:none;border:none;color:#666;cursor:pointer;font-size:.85rem;text-decoration:underline}.change-role-btn:hover{color:#333}.token-error{background:#fff3cd;border:1px solid #ffc107;border-radius:8px;padding:1rem;margin-bottom:1rem;color:#856404;font-size:.9rem;text-align:center}.token-error .config-link{background:#e31937;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;margin-top:.75rem;font-size:.85rem}.token-error .config-link:hover{background:#c41530}.join-btn:disabled,.back-btn:disabled{opacity:.6;cursor:not-allowed}@media(max-width:480px){.role-buttons{flex-direction:column}.role-btn{width:100%}}.settings-page{min-height:100vh;background:linear-gradient(135deg,#1a1a2e,#16213e);padding:1rem}.settings-container{max-width:800px;margin:0 auto}.settings-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.back-btn{background:#ffffff1a;border:none;color:#fff;padding:.4rem .75rem;border-radius:6px;cursor:pointer;font-size:.8rem;transition:all .2s}.back-btn:hover{background:#fff3}.settings-header .header-text h1{margin:0;color:#fff;font-size:1.5rem}.settings-header .header-text p{margin:.25rem 0 0;color:#aaa;font-size:.9rem}.settings-info-box{display:flex;gap:1rem;background:linear-gradient(135deg,#667eea26,#764ba226);border:1px solid rgba(102,126,234,.3);border-radius:12px;padding:1rem;margin-bottom:1.5rem}.info-icon{font-size:1.5rem;flex-shrink:0}.settings-info-box strong{color:#fff;display:block;margin-bottom:.25rem}.settings-info-box p{margin:0;color:#bbb;font-size:.9rem;line-height:1.4}.settings-tabs{display:flex;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.settings-tab{padding:.75rem 1.25rem;background:#ffffff0d;border:2px solid transparent;border-radius:10px;color:#aaa;cursor:pointer;font-size:.9rem;transition:all .2s}.settings-tab:hover{background:#ffffff1a;color:#fff}.settings-tab.active{background:#ffffff1a;border-color:#667eea;color:#fff}.settings-content{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1.5rem;margin-bottom:1rem}.config-section{animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.section-header{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem;flex-wrap:wrap}.section-header h2{margin:0;color:#fff;font-size:1.25rem}.billing-tag{padding:.3rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600}.billing-tag.pay-per-use{background:#2e7d3233;color:#81c784;border:1px solid rgba(46,125,50,.3)}.billing-tag.per-user{background:#2196f333;color:#64b5f6;border:1px solid rgba(33,150,243,.3)}.config-options-notice{background:#9c27b01a;border:1px solid rgba(156,39,176,.3);border-radius:10px;padding:1rem;margin-bottom:1.25rem}.config-options-notice h4{margin:0 0 .75rem;color:#ce93d8;font-size:.9rem}.config-option{background:#ffffff08;padding:.75rem;border-radius:8px;margin-bottom:.5rem}.config-option:last-child{margin-bottom:0}.config-option strong{color:#fff;font-size:.85rem;display:block;margin-bottom:.25rem}.config-option p{margin:0;color:#aaa;font-size:.8rem}.form-section-title{color:#fff;font-size:1rem;font-weight:600;margin:1.5rem 0 .5rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.form-section-hint{color:#888;font-size:.8rem;margin:0 0 1rem;font-style:italic}.section-description{color:#aaa;font-size:.9rem;line-height:1.5;margin:0 0 1rem}.console-link{display:inline-block;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;padding:.6rem 1.2rem;border-radius:8px;font-size:.85rem;font-weight:500;margin-bottom:1.5rem;transition:all .2s}.console-link:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.settings-content .form-group{margin-bottom:1.25rem}.settings-content label{display:block;color:#fff;font-weight:500;margin-bottom:.5rem;font-size:.9rem}.settings-content input,.settings-content textarea{width:100%;padding:.75rem 1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.15);border-radius:8px;color:#fff;font-size:.9rem;box-sizing:border-box;transition:all .2s}.settings-content input:focus,.settings-content textarea:focus{outline:none;border-color:#667eea;background:#ffffff14}.settings-content input::placeholder,.settings-content textarea::placeholder{color:#666}.field-hint{display:block;color:#777;font-size:.8rem;margin-top:.4rem}.default-notice{background:#2e7d3226;border:1px solid rgba(46,125,50,.3);border-radius:8px;padding:.75rem 1rem;color:#81c784;font-size:.85rem}.login-flow-notice{display:flex;gap:.75rem;background:#ff98001a;border:1px solid rgba(255,152,0,.3);border-radius:10px;padding:1rem;margin-top:1rem}.login-flow-notice .icon{font-size:1.5rem;flex-shrink:0}.login-flow-notice strong{color:#ffb74d;display:block;margin-bottom:.25rem}.login-flow-notice p{margin:0;color:#bbb;font-size:.85rem}.how-it-works,.setup-steps{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:1rem;margin-bottom:1.25rem}.how-it-works h4,.setup-steps h4{margin:0 0 .75rem;color:#fff;font-size:.9rem}.how-it-works ol,.setup-steps ol{margin:0;padding-left:1.25rem;color:#bbb;font-size:.85rem}.how-it-works li,.setup-steps li{margin:.4rem 0;line-height:1.4}.setup-steps code{background:#667eea33;padding:.15rem .4rem;border-radius:4px;font-size:.8rem;color:#a5b4fc}.setup-steps a{color:#64b5f6}.license-notice,.pricing-notice{display:flex;gap:.75rem;border-radius:10px;padding:1rem;margin-top:1rem}.license-notice{background:#2196f31a;border:1px solid rgba(33,150,243,.3)}.pricing-notice{background:#4caf501a;border:1px solid rgba(76,175,80,.3)}.license-notice .icon,.pricing-notice .icon{font-size:1.5rem;flex-shrink:0}.license-notice strong{color:#64b5f6;display:block;margin-bottom:.25rem}.pricing-notice strong{color:#81c784;display:block;margin-bottom:.25rem}.license-notice p,.pricing-notice p{margin:0;color:#bbb;font-size:.85rem}.settings-actions{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.save-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;color:#fff;padding:.875rem 2rem;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.save-btn:hover{transform:translateY(-2px);box-shadow:0 4px 15px #667eea66}.saved-notice{color:#81c784;font-weight:500;animation:fadeIn .3s ease-out}.settings-note{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.25rem}.settings-note h3{margin:0 0 .75rem;color:#fff;font-size:1rem}.billing-types{display:flex;flex-direction:column;gap:.75rem}.billing-type{display:flex;align-items:center;gap:.75rem;padding:.5rem;background:#ffffff08;border-radius:8px}.billing-type p{margin:0;color:#bbb;font-size:.85rem;flex:1}@media(max-width:600px){.settings-header,.section-header{flex-direction:column;align-items:flex-start}.settings-tabs{flex-wrap:wrap;justify-content:center}.settings-tab{padding:.5rem .75rem;font-size:.8rem}.billing-type{flex-direction:column;align-items:flex-start}.integration-type-cards{flex-direction:column}}.alibaba-integration-selector{margin:1.5rem 0}.alibaba-integration-selector .form-label{display:block;color:#ccc;font-weight:600;margin-bottom:.75rem}.integration-type-cards{display:flex;gap:1rem}.integration-card{flex:1;background:#ffffff0d;border:2px solid rgba(255,255,255,.1);border-radius:12px;padding:1rem;cursor:pointer;transition:all .2s;text-align:center}.integration-card:hover{background:#ffffff1a;border-color:#ff6a004d}.integration-card.selected{background:#ff6a0026;border-color:#ff6a00}.integration-card .card-icon{display:block;font-size:2rem;margin-bottom:.5rem}.integration-card .card-title{display:block;color:#fff;font-weight:600;font-size:1rem;margin-bottom:.5rem}.integration-card .card-tag{display:inline-block;padding:.2rem .5rem;border-radius:4px;font-size:.7rem;font-weight:600;margin-bottom:.5rem}.integration-card .card-tag.easy{background:#10b981;color:#fff}.integration-card .card-tag.recommended{background:#ff6a00;color:#fff}.integration-card .card-tag.lowcode{background:#8b5cf6;color:#fff}.integration-card .card-desc{margin:0;color:#999;font-size:.8rem;line-height:1.3}.integration-config-section{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.integration-config-section h3{color:#fff;margin:0 0 1rem;font-size:1.1rem}.config-info-box{padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem;font-size:.85rem}.config-info-box.success{background:#10b98126;border:1px solid rgba(16,185,129,.3);color:#6ee7b7}.config-info-box.warning{background:#f59e0b26;border:1px solid rgba(245,158,11,.3);color:#fcd34d}.config-info-box.info{background:#3b82f626;border:1px solid rgba(59,130,246,.3);color:#93c5fd}.region-select,.scene-select{width:100%;padding:.75rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;font-size:.9rem;cursor:pointer}.region-select option,.scene-select option{background:#1a1a2e;color:#fff}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;width:100%}body{font-family:Segoe UI,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;color:#1a1a2e}:root{--fisk-red: #E31937;--fisk-red-dark: #c41530;--fisk-blue: #1E4D8C;--fisk-blue-dark: #163a6a;--bg-light: #ffffff;--bg-gray: #f5f5f7;--bg-card: #ffffff;--bg-dark: #1a1a2e;--text-primary: #1a1a2e;--text-secondary: #666677;--text-muted: #999;--border-color: #e0e0e5;--shadow: 0 4px 20px rgba(0, 0, 0, .08)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f0f0f0}::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#aaa}@media(display-mode:standalone){body{padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom)}}
