:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#ffffffde;background-color:#1e1e1e;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%;height:100vh}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.auth-card{background:#fff;border-radius:12px;box-shadow:0 20px 40px #0000001a;padding:40px;width:100%;max-width:400px;animation:slideUp .6s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.auth-card h2{text-align:center;margin-bottom:8px;color:#2d3748;font-size:28px;font-weight:700}.auth-subtitle{text-align:center;color:#718096;margin-bottom:32px;font-size:16px}.auth-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{font-weight:600;color:#2d3748;font-size:14px}.form-group input{padding:12px 16px;border:2px solid #e2e8f0;border-radius:8px;font-size:16px;transition:all .2s ease;background:#f7fafc}.form-group input:focus{outline:none;border-color:#667eea;background:#fff;box-shadow:0 0 0 3px #667eea1a}.form-group input::placeholder{color:#a0aec0}.error-text{color:#e53e3e;font-size:12px;margin-top:4px}.auth-button{padding:14px 24px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:8px}.auth-button.primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.auth-button.primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #667eea4d}.auth-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.auth-switch{text-align:center;margin-top:24px;padding-top:24px;border-top:1px solid #e2e8f0}.auth-switch p{color:#718096;font-size:14px}.link-button{background:none;border:none;color:#667eea;font-weight:600;cursor:pointer;text-decoration:underline;font-size:14px}.link-button:hover{color:#5a67d8}@media (max-width: 480px){.auth-container{padding:16px}.auth-card{padding:24px}.auth-card h2{font-size:24px}}.header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:0;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:100}.header-content{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;max-width:1200px;margin:0 auto}.header-left{flex:1}.header-title{margin:0;font-size:1.5rem;font-weight:700;cursor:pointer;transition:opacity .2s ease;color:#fff}.header-title:hover{opacity:.9}.header-right{display:flex;align-items:center}.user-menu{display:flex;align-items:center;gap:1rem}.user-greeting{font-size:.9rem;opacity:.9}.logout-button{background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3);padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.9rem;transition:all .2s ease}.logout-button:hover{background:#ffffff4d;border-color:#ffffff80}@media (max-width: 768px){.header-content{padding:1rem}.header-title{font-size:1.2rem}.user-menu{flex-direction:column;gap:.5rem;align-items:flex-end}.user-greeting{font-size:.8rem}.logout-button{padding:.4rem .8rem;font-size:.8rem}}.layout{height:100vh;display:flex;flex-direction:column}.layout-main{flex:1;overflow:hidden}.btn{padding:.75rem 1.5rem;border:none;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:600;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none;min-height:44px}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 12px #667eea4d}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #667eea66}.btn-secondary{background:#fff;color:#4a5568;border:2px solid #e2e8f0;box-shadow:0 2px 4px #0000000d}.btn-secondary:hover:not(:disabled){border-color:#cbd5e0;transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none!important;box-shadow:none!important}.btn-small{padding:.5rem 1rem;font-size:.8rem;min-height:36px}.btn-large{padding:1rem 2rem;font-size:1rem;min-height:52px}.btn-outline{background:transparent;color:#667eea;border:2px solid #667eea}.btn-outline:hover:not(:disabled){background:#667eea;color:#fff}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal-content{background:#fff;border-radius:12px;box-shadow:0 20px 40px #00000026;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 24px 0;border-bottom:1px solid #e2e8f0;margin-bottom:24px}.modal-header h2{margin:0;color:#2d3748;font-size:24px;font-weight:700}.close-button{background:none;border:none;font-size:24px;color:#a0aec0;cursor:pointer;padding:4px;border-radius:4px;transition:all .2s ease}.close-button:hover{color:#718096;background:#f7fafc}.modal-form{padding:0 24px 24px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:6px;font-weight:600;color:#2d3748;font-size:14px}.form-group input,.form-group textarea,.form-group select{width:100%;padding:12px 16px;border:2px solid #e2e8f0;border-radius:8px;font-size:16px;transition:all .2s ease;background:#f7fafc;box-sizing:border-box}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#667eea;background:#fff;box-shadow:0 0 0 3px #667eea1a}.form-group textarea{resize:vertical;min-height:80px}.checkbox-group{display:flex;align-items:center}.checkbox-label{display:flex;align-items:center;cursor:pointer;font-weight:500;color:#4a5568}.checkbox-label input[type=checkbox]{width:auto;margin-right:12px;transform:scale(1.2)}.checkmark{margin-left:8px}.error-message{background:#fed7d7;color:#c53030;padding:12px 16px;border-radius:8px;margin-bottom:20px;font-size:14px;border-left:4px solid #e53e3e}.modal-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:24px;padding-top:20px;border-top:1px solid #e2e8f0}.modal-actions button{min-width:100px}@media (max-width: 480px){.modal-overlay{padding:16px}.modal-content{max-height:95vh}.modal-header,.modal-form{padding-left:20px;padding-right:20px}.modal-actions{flex-direction:column}.modal-actions button{width:100%}}.room-list{padding:2rem;max-width:1200px;margin:0 auto;width:100%;min-height:calc(100vh - 80px)}.room-list-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;gap:2rem}.room-list-header h2{color:#2d3748;margin:0 0 .5rem;font-size:2rem;font-weight:700}.room-list-header p{color:#718096;margin:0;font-size:1.1rem}.rooms-container{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.room-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;gap:1rem;transition:all .2s ease;box-shadow:0 2px 4px #0000000d}.room-card:hover{border-color:#667eea;box-shadow:0 8px 25px #667eea26;transform:translateY(-2px)}.room-info{flex:1}.room-info h3{margin:0 0 .5rem;color:#2d3748;font-size:1.25rem;font-weight:600}.room-description{color:#718096;margin:0 0 1rem;font-size:.9rem;line-height:1.5}.room-meta{display:flex;flex-wrap:wrap;gap:.75rem;margin:0 0 .75rem}.room-meta span{padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:500}.language{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.members{background:#e2e8f0;color:#4a5568}.visibility{background:#c6f6d5;color:#22543d}.room-creator{color:#a0aec0;font-size:.8rem;font-style:italic}.room-actions{display:flex;justify-content:flex-end}.empty-state{grid-column:1 / -1;text-align:center;padding:4rem 2rem;background:#fff;border-radius:12px;border:2px dashed #e2e8f0}.empty-state h3{color:#2d3748;margin:0 0 .5rem;font-size:1.5rem}.empty-state p{color:#718096;margin:0 0 2rem;font-size:1rem}@media (max-width: 768px){.room-list{padding:1rem}.room-list-header{flex-direction:column;align-items:stretch;gap:1rem}.room-list-header h2{font-size:1.5rem}.rooms-container{grid-template-columns:1fr;gap:1rem}.room-card{padding:1rem}.room-meta{gap:.5rem}.room-meta span{font-size:.75rem;padding:.2rem .6rem}}.code-editor-container{height:100%;display:flex;flex-direction:column;background-color:#1e1e1e}.editor-header{background-color:#2d2d30;padding:12px 16px;border-bottom:1px solid #3e3e42;display:flex;justify-content:space-between;align-items:center}.editor-header h3{margin:0;color:#fff;font-size:14px}.editor-actions{display:flex;gap:8px}.language-select{background-color:#1e1e1e;color:#d4d4d4;border:1px solid #3e3e42;border-radius:4px;padding:6px 8px;font-size:12px}.content-row{display:flex;flex:1;min-height:0}.editor-wrapper{flex:1 1 auto;overflow:hidden}.terminal-panel{background-color:#111315;border-top:1px solid #2a2e33;height:40%;display:flex;flex-direction:column}.terminal-header{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;color:#cbd5e1;font-size:12px;background-color:#15181b;border-bottom:1px solid #2a2e33}.terminal-actions{display:flex;gap:8px}.terminal-btn{background-color:#2d2f33;color:#e2e8f0;border:1px solid #3a3d42;padding:4px 8px;border-radius:4px;font-size:12px;cursor:pointer}.terminal-btn:hover{background-color:#36393e}.terminal-output{flex:1;margin:0;padding:12px;color:#e2e8f0;background-color:#111315;overflow:auto;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:12px;line-height:1.5}.run-btn,.toggle-terminal-btn{background-color:#2d2f33;color:#e2e8f0;border:1px solid #3a3d42;padding:6px 10px;border-radius:6px;font-size:12px;cursor:pointer}.run-btn:hover,.toggle-terminal-btn:hover{background-color:#36393e}.chat-panel{width:320px;border-left:1px solid #2a2e33;background-color:#1b1e21;display:flex;flex-direction:column}.chat-header{padding:8px 12px;color:#cbd5e1;font-size:12px;background-color:#15181b;border-bottom:1px solid #2a2e33}.chat-messages{flex:1;overflow:auto;padding:12px;display:flex;flex-direction:column;gap:8px}.chat-msg{background-color:#111315;border:1px solid #2a2e33;border-radius:8px;padding:8px 10px}.chat-msg.self{background-color:#0f172a;border-color:#334155}.chat-meta{display:flex;justify-content:space-between;color:#94a3b8;font-size:11px;margin-bottom:4px}.chat-text{color:#e2e8f0;white-space:pre-wrap}.chat-input-row{display:flex;gap:8px;padding:8px;border-top:1px solid #2a2e33}.chat-input-row textarea{flex:1;min-height:38px;max-height:100px;resize:vertical;background-color:#111315;color:#e2e8f0;border:1px solid #2a2e33;border-radius:6px;padding:8px;font-size:12px}.chat-send{background-color:#2d2f33;color:#e2e8f0;border:1px solid #3a3d42;padding:8px 12px;border-radius:6px;font-size:12px;cursor:pointer}.chat-send:hover{background-color:#36393e}.App{height:100%;display:flex;flex-direction:column}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1rem}.loading-spinner{width:40px;height:40px;border:4px solid #e2e8f0;border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1rem;text-align:center;padding:2rem}.error-container h3{color:#e53e3e;margin:0;font-size:1.5rem}.error-container p{color:#718096;margin:0;max-width:400px}.back-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-weight:600;transition:all .2s ease}.back-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #667eea4d}.error-message{background:#fed7d7;color:#c53030;padding:1rem;border-radius:8px;margin:1rem 0;border-left:4px solid #e53e3e;display:flex;align-items:center;justify-content:space-between;gap:1rem}.retry-button{background:#e53e3e;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:.9rem;transition:background .2s ease}.retry-button:hover{background:#c53030}.auth-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2)}.editor-actions-bottom{position:fixed;bottom:20px;left:20px;z-index:1000}.leave-room-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;padding:.75rem 1.5rem;cursor:pointer;font-size:14px;font-weight:600;transition:all .2s ease;box-shadow:0 4px 12px #667eea4d}.leave-room-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #667eea66}
