.login-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2)}.login-box{background:#fff;padding:40px;border-radius:10px;box-shadow:0 10px 25px #0003;width:100%;max-width:400px}.login-box h1{text-align:center;margin-bottom:30px;color:#333}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:5px;color:#555;font-weight:500}.form-group input{width:100%;padding:10px;border:1px solid #ddd;border-radius:5px;font-size:14px;box-sizing:border-box}.form-group input:focus{outline:none;border-color:#667eea}.error-message{color:#e74c3c;background:#fadbd8;padding:10px;border-radius:5px;margin-bottom:15px;text-align:center}.login-button{width:100%;padding:12px;background:#667eea;color:#fff;border:none;border-radius:5px;font-size:16px;cursor:pointer;transition:background .3s}.login-button:hover{background:#5568d3}.survey-list{padding:2rem 0}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.page-header h1{color:#fff;font-size:2.5rem}.loading{text-align:center;padding:4rem;color:#fff;font-size:1.2rem}.empty-state{text-align:center;padding:4rem 2rem;background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a}.empty-state p{font-size:1.2rem;color:#666;margin-bottom:1.5rem}.survey-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.survey-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px #0000001a;transition:transform .2s,box-shadow .2s}.survey-card:hover{transform:translateY(-4px);box-shadow:0 8px 12px #00000026}.survey-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.survey-card-header h3{color:#333;font-size:1.3rem;flex:1;margin-right:1rem}.survey-actions{display:flex;gap:.5rem}.btn-icon{background:none;border:none;font-size:1.2rem;cursor:pointer;padding:.25rem;transition:transform .2s}.btn-icon:hover{transform:scale(1.2)}.survey-description{color:#666;margin-bottom:1rem;line-height:1.5}.survey-info{display:flex;justify-content:space-between;font-size:.9rem;color:#999;margin-bottom:1rem;padding-top:1rem;border-top:1px solid #eee}.survey-card-footer{display:flex;gap:.5rem}.btn{padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;text-decoration:none;display:inline-block;transition:all .3s;text-align:center}.btn-primary:hover{background:#5568d3;transform:translateY(-2px);box-shadow:0 4px 8px #667eea4d}.btn-outline{background:transparent;color:#667eea;border:2px solid #667eea}.btn-outline:hover{background:#667eea;color:#fff}@media (max-width: 768px){.survey-list{padding:1rem 0}.page-header{flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.page-header h1{font-size:1.75rem}.survey-grid{grid-template-columns:1fr;gap:1rem}.survey-card{padding:1.25rem}.survey-card-header{flex-wrap:wrap;gap:.5rem}.survey-card-header h3{font-size:1.15rem;margin-right:0}.survey-actions{flex-shrink:0}.btn-icon{min-width:44px;min-height:44px;padding:.5rem;display:inline-flex;align-items:center;justify-content:center}.survey-info{flex-direction:column;gap:.25rem}.survey-card-footer{flex-wrap:wrap}.survey-card-footer .btn{flex:1;min-width:0;min-height:44px}}@media (max-width: 480px){.page-header h1{font-size:1.5rem}.survey-card{padding:1rem}}.question-editor{border:2px solid #e0e0e0;border-radius:8px;padding:1.5rem;background:#fafafa;transition:border-color .3s}.question-editor:hover{border-color:#667eea}.question-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.question-number{font-weight:700;color:#667eea;font-size:1rem}.question-actions{display:flex;gap:.5rem}.question-body{display:flex;flex-direction:column;gap:1rem}.form-select{padding:.75rem;border:2px solid #ddd;border-radius:8px;font-size:1rem;font-family:inherit;background:#fff;cursor:pointer;transition:border-color .3s}.form-select:focus{outline:none;border-color:#667eea}.form-checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;padding:.75rem 1rem;background:#fff;border:2px solid #ddd;border-radius:8px;transition:border-color .3s}.form-checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer}.options-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.btn-add-option{padding:.5rem 1rem;background:#667eea;color:#fff;border:none;border-radius:6px;font-size:.9rem;cursor:pointer;transition:background .3s}.btn-add-option:hover{background:#5568d3}.empty-options{padding:1.5rem;text-align:center;background:#f9f9f9;border:2px dashed #ddd;border-radius:8px;color:#999}.options-list{display:flex;flex-direction:column;gap:.75rem}.option-item{display:flex;align-items:center;gap:.5rem;padding:.5rem;background:#fff;border:2px solid #e0e0e0;border-radius:8px;transition:border-color .3s}.option-item:focus-within{border-color:#667eea}.option-handle{display:flex;flex-direction:column;gap:.25rem}.btn-option-move{background:none;border:none;font-size:.9rem;cursor:pointer;padding:.2rem;opacity:.6;transition:opacity .2s;line-height:1}.btn-option-move:hover:not(:disabled){opacity:1}.btn-option-move:disabled{opacity:.2;cursor:not-allowed}.option-input{flex:1;padding:.5rem .75rem;border:none;border-radius:6px;font-size:1rem;font-family:inherit;background:transparent;outline:none}.option-input::placeholder{color:#bbb}.btn-delete-option{background:none;border:none;font-size:1rem;cursor:pointer;padding:.25rem .5rem;opacity:.6;transition:all .2s;border-radius:4px}.btn-delete-option:hover{opacity:1;background:#fee;color:#dc3545}.condition-settings{margin-top:1rem;padding:1rem;background:#f0f4ff;border:2px solid #667eea;border-radius:8px}@media (max-width: 768px){.question-editor{padding:1rem}.question-header{flex-wrap:wrap;gap:.5rem}.question-actions .btn-icon{min-width:40px;min-height:40px;padding:.4rem}.form-row,.condition-row{grid-template-columns:1fr}.option-item{flex-wrap:wrap}.option-input{min-width:0}.btn-delete-option{min-width:40px;min-height:40px}.btn-add-option{min-height:44px}}@media (max-width: 480px){.question-editor{padding:.875rem}}.question-group-editor{border:2px solid #667eea;border-radius:12px;padding:1.5rem;background:#f0f4ff;margin-bottom:1.5rem}.group-header{margin-bottom:1.5rem}.group-title-section{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.group-number{font-weight:700;color:#667eea;font-size:1.1rem}.group-actions{display:flex;gap:.5rem}.btn-icon{background:none;border:none;font-size:1.1rem;cursor:pointer;padding:.25rem .5rem;transition:transform .2s;opacity:.7}.btn-icon:hover:not(:disabled){transform:scale(1.2);opacity:1}.btn-icon:disabled{opacity:.3;cursor:not-allowed}.btn-icon-danger:hover:not(:disabled){color:#dc3545}.group-form{display:flex;flex-direction:column;gap:1rem}.group-questions{background:#fff;border-radius:8px;padding:1rem;border:1px solid #ddd}.group-questions-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #eee}.group-questions-header h4{color:#333;font-size:1rem;margin:0}.btn-small{padding:.5rem 1rem;font-size:.9rem}.empty-group-questions{text-align:center;padding:2rem;color:#999;background:#f9f9f9;border-radius:8px}.group-questions-list{display:flex;flex-direction:column;gap:1rem}.group-question-item{background:#fafafa;border:1px solid #e0e0e0;border-radius:8px;padding:1rem}.group-question-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.group-question-number{font-weight:500;color:#666;font-size:.9rem}.group-question-actions{display:flex;gap:.25rem}.btn-icon-small{background:none;border:none;font-size:.9rem;cursor:pointer;padding:.2rem .4rem;transition:transform .2s;opacity:.6}.btn-icon-small:hover:not(:disabled){transform:scale(1.2);opacity:1}.btn-icon-small:disabled{opacity:.2;cursor:not-allowed}.group-question-content{display:flex;flex-direction:column;gap:.75rem}.form-row{display:grid;grid-template-columns:1fr auto;gap:1rem;align-items:end}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{display:block;font-size:.9rem;color:#333;font-weight:500}.form-input,.form-textarea,.form-select{width:100%;padding:.5rem .75rem;border:1px solid #ddd;border-radius:6px;font-size:.9rem;font-family:inherit;transition:border-color .3s}.form-input:focus,.form-textarea:focus,.form-select:focus{outline:none;border-color:#667eea}.form-textarea{resize:vertical;min-height:60px}.form-checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;padding:.5rem .75rem;background:#fff;border:1px solid #ddd;border-radius:6px;transition:border-color .3s}.form-checkbox-label:hover{border-color:#667eea}.form-checkbox-label input[type=checkbox]{width:16px;height:16px;cursor:pointer}.repeatable-settings{margin-top:.75rem;padding:.75rem;background:#fff;border:1px solid #ddd;border-radius:8px}.condition-header{margin-bottom:.5rem}.condition-settings{margin-top:1rem;padding:1rem;background:#fff;border:2px solid #667eea;border-radius:8px}.condition-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.form-hint{color:#999;font-size:.85rem;margin-top:.25rem}@media (max-width: 768px){.question-group-editor{padding:1rem}.group-title-section{flex-wrap:wrap;gap:.5rem}.group-actions .btn-icon{min-width:40px;min-height:40px}.group-questions-header{flex-direction:column;align-items:stretch;gap:.5rem}.group-questions-header .btn-small{width:100%;min-height:44px}.form-row,.condition-row,.repeatable-settings .condition-row{grid-template-columns:1fr}}@media (max-width: 480px){.question-group-editor{padding:.875rem}}.survey-editor{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000001a}.editor-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #eee;flex-wrap:wrap;gap:.75rem}.editor-header.sticky-header{position:sticky;top:0;background:#fff;z-index:10;padding-top:1rem;padding-bottom:1rem;margin-bottom:2rem;box-shadow:0 2px 4px #0000000d;border-radius:8px}.editor-header h1{color:#333;font-size:2rem;flex:1;min-width:0}.editor-actions{display:flex;gap:1rem;flex-wrap:wrap}.form-section{margin-bottom:2rem}.form-label{display:block;margin-bottom:.5rem;color:#333;font-weight:500;font-size:1rem}.form-input,.form-textarea{width:100%;padding:.75rem;border:2px solid #ddd;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .3s}.form-input:focus,.form-textarea:focus{outline:none;border-color:#667eea}.form-textarea{resize:vertical;min-height:80px}.questions-section{margin-top:3rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.section-header-actions{display:flex;gap:.75rem}.section-header h2{color:#333;font-size:1.5rem}.questions-list,.items-list{display:flex;flex-direction:column;gap:1.5rem}.empty-questions{text-align:center;padding:3rem;color:#999;background:#f9f9f9;border-radius:8px}.btn-secondary:hover{background:#5a6268}.editor-footer{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:2px solid #eee;box-shadow:0 -2px 10px #0000001a;padding:1rem 2rem;z-index:100}.footer-actions{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:1rem}.footer-left{display:flex;gap:.75rem}.footer-right{display:flex;gap:1rem}.survey-editor{padding-bottom:80px}@media (max-width: 768px){.survey-editor{padding:1rem;padding-bottom:90px;border-radius:8px}.editor-header.sticky-header{padding:.75rem 0;margin-bottom:1.5rem}.editor-header h1{font-size:1.4rem}.form-section{margin-bottom:1.5rem}.form-input,.form-textarea{padding:.65rem}.section-header{flex-wrap:wrap;gap:.75rem}.section-header h2{font-size:1.25rem}.section-header-actions{width:100%;flex-wrap:wrap}.footer-actions{flex-direction:column;gap:.75rem}.footer-left{width:100%;justify-content:flex-start}.footer-right{width:100%;justify-content:space-between}.footer-right .btn{flex:1;min-height:44px}.editor-footer{padding:.75rem 1rem;padding-bottom:max(.75rem,env(safe-area-inset-bottom))}.btn-add-question-top{display:none}.questions-list,.items-list{gap:1rem}}@media (max-width: 480px){.survey-editor{padding:.75rem;padding-bottom:100px}.editor-header h1{font-size:1.25rem}}@media (min-width: 769px){.btn-add-question-top{display:inline-block}}.question-renderer{padding:1.5rem;background:#fafafa;border-radius:8px;border:1px solid #e0e0e0;transition:border-color .3s,box-shadow .3s}.question-renderer:focus-within{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.question-title{font-size:1.1rem;font-weight:500;color:#333;margin-bottom:1rem}.required-mark{color:#dc3545;margin-left:.25rem}.question-input{margin-top:.5rem}.options-group{display:flex;flex-direction:column;gap:.75rem}.radio-option,.checkbox-option{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#fff;border:2px solid #ddd;border-radius:8px;cursor:pointer;transition:all .3s;position:relative}.radio-option input[type=radio]:checked,.checkbox-option input[type=checkbox]:checked{accent-color:#667eea}.radio-option:hover,.checkbox-option:hover{border-color:#667eea;background:#f0f4ff}.radio-option input[type=radio],.checkbox-option input[type=checkbox]{width:20px;height:20px;min-width:20px;min-height:20px;cursor:pointer;accent-color:#667eea;flex-shrink:0;margin:0;padding:0;display:block;appearance:auto;-webkit-appearance:radio;-moz-appearance:radio}.radio-option input[type=radio]{-webkit-appearance:radio;-moz-appearance:radio;appearance:radio}.checkbox-option input[type=checkbox]{-webkit-appearance:checkbox;-moz-appearance:checkbox;appearance:checkbox}.radio-option span,.checkbox-option span{flex:1;color:#333}.dynamic-list-container{display:flex;flex-direction:column;gap:.75rem}.dynamic-list-item{display:flex;align-items:center;gap:.5rem}.dynamic-list-item .form-input{flex:1}.btn-remove-item{background:#fee;border:1px solid #fcc;color:#c33;padding:.5rem .75rem;border-radius:6px;cursor:pointer;font-size:1rem;transition:all .2s;flex-shrink:0}.btn-remove-item:hover:not(:disabled){background:#fcc;border-color:#c33}.btn-remove-item:disabled{opacity:.4;cursor:not-allowed}.btn-add-item{background:#f0f4ff;border:2px dashed #667eea;color:#667eea;padding:.75rem 1rem;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:500;transition:all .3s;width:100%;margin-top:.5rem}.btn-add-item:hover:not(:disabled){background:#667eea;color:#fff;border-style:solid}.btn-add-item:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 768px){.question-renderer{padding:1rem}.question-title{font-size:1rem;margin-bottom:.75rem}.radio-option,.checkbox-option{padding:.65rem;min-height:48px}.radio-option input[type=radio],.checkbox-option input[type=checkbox]{width:22px;height:22px;min-width:22px;min-height:22px}.dynamic-list-item{flex-wrap:wrap}.dynamic-list-item .form-input{min-width:0}.btn-remove-item{min-height:44px;padding:.5rem .75rem}.btn-add-item{min-height:48px}}@media (max-width: 480px){.question-renderer{padding:.875rem}}.survey-fill{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000001a;max-width:800px;margin:0 auto;width:100%}.survey-fill-header{text-align:center;margin-bottom:2rem;padding-bottom:2rem;border-bottom:2px solid #eee}.survey-fill-header h1{color:#333;font-size:2rem;margin-bottom:1rem}.survey-description{color:#666;font-size:1.1rem;line-height:1.6}.error-message{background:#fee;color:#c33;padding:1rem;border-radius:8px;margin-bottom:1.5rem;border-left:4px solid #c33}.questions-container{display:flex;flex-direction:column;gap:2rem;margin-bottom:2rem}.question-group-wrapper{background:#f8f9ff;border:2px solid #667eea;border-radius:12px;padding:1.5rem;margin-bottom:1rem}.question-group-header{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #667eea}.question-group-header h3{color:#667eea;font-size:1.5rem;margin-bottom:.5rem}.group-description{color:#666;font-size:1rem;line-height:1.6}.group-questions-container{display:flex;flex-direction:column;gap:1.5rem}.question-wrapper{animation:slideIn .3s ease-out;transition:opacity .3s ease-out,transform .3s ease-out}.question-wrapper.question-visible{opacity:1;transform:translateY(0)}.question-wrapper.question-hidden{opacity:0;transform:translateY(-10px);height:0;margin:0;overflow:hidden}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.submit-section{display:flex;justify-content:center;gap:1rem;padding-top:2rem;border-top:2px solid #eee}.btn-large{padding:1rem 2rem;font-size:1.1rem}.question-group-repeatable{padding-bottom:.5rem}.dynamic-group-instance{background:#fff;border:1px solid #cce;border-radius:10px;padding:1rem 1.25rem;margin-bottom:1rem}.dynamic-group-instance-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e8ecf8}.dynamic-group-instance-label{font-weight:600;color:#667eea;font-size:1rem}.btn-remove-instance{padding:.4rem .8rem;font-size:.85rem;background:#fff;color:#c33;border:1px solid #fcc;border-radius:6px;cursor:pointer;transition:background .2s,border-color .2s}.btn-remove-instance:hover{background:#fee;border-color:#c33}.btn-add-instance{display:block;width:100%;padding:.75rem 1rem;font-size:1rem;background:#f0f4ff;color:#667eea;border:2px dashed #667eea;border-radius:8px;cursor:pointer;transition:background .2s,border-color .2s}.btn-add-instance:hover{background:#e8ecff;border-color:#5568d3}@media (max-width: 768px){.survey-fill{padding:1rem;border-radius:8px;margin-left:0;margin-right:0}.survey-fill-header{margin-bottom:1.5rem;padding-bottom:1.5rem}.survey-fill-header h1{font-size:1.5rem;line-height:1.3}.survey-description{font-size:1rem}.questions-container{gap:1.5rem;margin-bottom:1.5rem}.question-group-wrapper{padding:1rem;border-radius:10px}.question-group-header h3{font-size:1.25rem}.group-questions-container{gap:1rem}.submit-section{flex-direction:column;gap:.75rem;padding-top:1.5rem}.submit-section .btn{width:100%;min-height:48px}.btn-large{padding:.9rem 1.5rem;font-size:1rem}.dynamic-group-instance{padding:1rem}.dynamic-group-instance-head{flex-wrap:wrap;gap:.5rem}.btn-remove-instance{min-height:40px;padding:.5rem 1rem}.btn-add-instance{min-height:48px}}@media (max-width: 480px){.survey-fill{padding:.75rem}.survey-fill-header h1{font-size:1.35rem}}.my-responses{max-width:1200px;margin:0 auto;padding:20px}.my-responses h1{margin-bottom:30px}.loading,.empty-message{text-align:center;padding:40px;color:#666}.response-card h3{margin-bottom:10px;color:#333}.submit-time{color:#666;font-size:14px;margin:0}.answers{border-top:1px solid #eee;padding:20px;background:#f9f9f9}.employee-management{max-width:1200px;margin:0 auto;padding:20px}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.users-table{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow:hidden}table{width:100%;border-collapse:collapse}thead{background:#f5f5f5}th,td{padding:15px;text-align:left;border-bottom:1px solid #eee}th{font-weight:600;color:#333}.status-badge{padding:4px 12px;border-radius:12px;font-size:12px;font-weight:500}.status-badge.active{background:#d4edda;color:#155724}.status-badge.disabled{background:#f8d7da;color:#721c24}.btn-status{padding:6px 16px;border:none;border-radius:4px;cursor:pointer;font-size:14px;transition:opacity .3s}.btn-status.disable{background:#dc3545;color:#fff}.btn-status.enable{background:#28a745;color:#fff}.btn-status:hover{opacity:.8}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:#fff;padding:30px;border-radius:8px;width:90%;max-width:400px}.modal-content h2,.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:5px;font-weight:500}.form-group input{width:100%;padding:10px;border:1px solid #ddd;border-radius:4px;box-sizing:border-box}.modal-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:20px}.btn{padding:10px 20px;border:none;border-radius:4px;cursor:pointer;font-size:14px;transition:opacity .3s}.btn:hover{opacity:.8}.response-management{max-width:1200px;margin:0 auto;padding:20px}.response-management h1{margin-bottom:30px}.empty-message{text-align:center;padding:40px;color:#666}.responses-list{display:grid;gap:20px}.response-card{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow:hidden}.response-header{padding:20px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background .2s}.response-header:hover{background:#f9f9f9}.response-info h3{margin-bottom:10px;color:#333}.meta-info{display:flex;gap:20px;flex-wrap:wrap;font-size:14px;color:#666}.assigned-badge{background:#e3f2fd;color:#1976d2;padding:4px 12px;border-radius:12px;font-weight:500}.expand-icon{font-size:20px;color:#667eea}.response-details{border-top:1px solid #eee;padding:20px;background:#f9f9f9}.assign-section{margin-bottom:20px;padding:15px;background:#fff;border-radius:4px}.assign-section label{display:block;margin-bottom:8px;font-weight:500;color:#333}.assign-section select{width:100%;max-width:300px;padding:8px;border:1px solid #ddd;border-radius:4px;font-size:14px}.answers h4{margin-bottom:15px;color:#333}.answer-item{margin-bottom:15px;padding:12px;background:#fff;border-radius:4px;border-left:3px solid #667eea}.question-title{font-weight:600;color:#333;margin-bottom:8px;font-size:15px}.answer-value{color:#555;font-size:14px;line-height:1.6}.survey-distribution{max-width:800px;margin:0 auto;padding:20px}.survey-distribution h1{margin-bottom:30px}.users-list{background:#fff;border-radius:8px;padding:20px;box-shadow:0 2px 4px #0000001a;margin-bottom:20px}.user-item{padding:12px;border-bottom:1px solid #eee}.user-item:last-child{border-bottom:none}.user-item label{display:flex;align-items:center;cursor:pointer}.user-item input[type=checkbox]{margin-right:10px;width:18px;height:18px;cursor:pointer}.user-item span{font-size:16px}.actions{display:flex;gap:10px;justify-content:flex-end}.btn{padding:10px 24px;border:none;border-radius:4px;cursor:pointer;font-size:14px}.btn-primary{background:#667eea;color:#fff}.btn-secondary{background:#6c757d;color:#fff}.btn:hover{opacity:.9}.app{min-height:100vh}.loading{display:flex;justify-content:center;align-items:center;min-height:100vh;font-size:18px;color:#667eea}.navbar{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 10px #0000001a;padding:1rem 0;position:sticky;top:0;z-index:100}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{font-size:1.5rem;font-weight:700;color:#667eea;text-decoration:none}.nav-links{display:flex;gap:2rem;align-items:center}.nav-user{color:#333;font-size:14px;padding:6px 12px;background:#f0f0f0;border-radius:4px}.logout-btn{background:#667eea;border:none;cursor:pointer;padding:8px 16px;border-radius:4px;color:#fff;transition:background .3s;font-weight:500}.logout-btn:hover{background:#5568d3}.nav-link{color:#333;text-decoration:none;font-weight:500;transition:color .3s}.nav-link:hover{color:#667eea}.main-content{max-width:1200px;margin:2rem auto;padding:0 2rem}@media (max-width: 768px){.nav-container{padding:0 1rem}.nav-logo{font-size:1.25rem}.nav-links{gap:1.25rem}.nav-link{font-size:.95rem}.main-content{margin:1rem auto;padding:0 1rem;padding-left:max(1rem,env(safe-area-inset-left));padding-right:max(1rem,env(safe-area-inset-right))}}@media (max-width: 480px){.navbar{padding:.75rem 0}.nav-links{gap:1rem}}*{margin:0;padding:0;box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;color:#333;padding-left:env(safe-area-inset-left,0);padding-right:env(safe-area-inset-right,0);padding-bottom:env(safe-area-inset-bottom,0)}button,a,[role=button],input[type=submit],input[type=button]{touch-action:manipulation;-webkit-tap-highlight-color:rgba(102,126,234,.15)}input,select,textarea{font-size:16px}@media (min-width: 769px){input,select,textarea{font-size:inherit}}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
