*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #4f46e5;--primary-dark: #4338ca;--danger: #ef4444;--danger-dark: #dc2626;--success: #22c55e;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:var(--gray-100);color:var(--gray-900);line-height:1.5;min-height:100vh}.container{max-width:800px;margin:0 auto;padding:16px}.header{background:#fff;border-bottom:1px solid var(--gray-200);padding:16px;position:sticky;top:0;z-index:100}.header-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.header h1{font-size:20px;color:var(--primary);margin:0}.tabs{display:flex;gap:8px;justify-content:center}.tab{flex:1;max-width:150px;padding:10px 20px;border:none;background:var(--gray-100);color:var(--gray-600);font-size:16px;font-weight:500;cursor:pointer;border-radius:8px;transition:all .2s}.tab.active{background:var(--primary);color:#fff}.tab:hover:not(.active){background:var(--gray-200)}.card{background:#fff;border-radius:12px;padding:16px;margin-bottom:16px;box-shadow:0 1px 3px #0000001a}.form-group{margin-bottom:16px}.form-label{display:block;font-size:14px;font-weight:500;color:var(--gray-700);margin-bottom:6px}.form-input,.form-textarea,.form-select{width:100%;padding:12px;border:1px solid var(--gray-300);border-radius:8px;font-size:16px;transition:border-color .2s}.form-input:focus,.form-textarea:focus,.form-select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #4f46e51a}.form-textarea{min-height:120px;resize:vertical}.ttl-row{display:flex;gap:8px}.ttl-row .form-select{flex:1}.ttl-row .form-input{width:100px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:12px 20px;border:none;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s;min-height:44px}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark)}.btn-primary:disabled{background:var(--gray-400);cursor:not-allowed}.btn-danger{background:var(--danger);color:#fff}.btn-danger:hover{background:var(--danger-dark)}.btn-secondary{background:var(--gray-200);color:var(--gray-700)}.btn-secondary:hover{background:var(--gray-300)}.btn-sm{padding:8px 12px;font-size:14px;min-height:36px}.btn-icon{width:44px;height:44px;padding:0;border-radius:8px}.btn-full{width:100%}.list-item{background:#fff;border-radius:12px;padding:16px;margin-bottom:12px;box-shadow:0 1px 3px #0000001a}.list-item-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}.list-item-meta{font-size:12px;color:var(--gray-500)}.list-item-content{font-size:14px;color:var(--gray-800);word-break:break-all;white-space:pre-wrap;max-height:100px;overflow:hidden;position:relative}.list-item-content.expanded{max-height:none}.list-item-content.truncated:after{content:"";position:absolute;bottom:0;left:0;right:0;height:30px;background:linear-gradient(transparent,#fff)}.list-item-actions{display:flex;gap:8px;margin-top:12px;flex-wrap:wrap}.countdown{font-weight:500;color:var(--primary)}.countdown.expiring{color:var(--danger)}.file-info{display:flex;align-items:center;gap:12px;margin-bottom:8px}.file-icon{width:40px;height:40px;background:var(--gray-100);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:20px}.file-name{font-weight:500;word-break:break-all}.file-size{font-size:12px;color:var(--gray-500)}.upload-area{border:2px dashed var(--gray-300);border-radius:12px;padding:32px;text-align:center;cursor:pointer;transition:all .2s;margin-bottom:16px}.upload-area:hover,.upload-area.dragover{border-color:var(--primary);background:#4f46e50d}.upload-area-icon{font-size:48px;margin-bottom:12px}.upload-area-text{color:var(--gray-600)}.upload-area-hint{font-size:12px;color:var(--gray-400);margin-top:8px}.progress-bar{height:8px;background:var(--gray-200);border-radius:4px;overflow:hidden;margin-top:8px}.progress-bar-fill{height:100%;background:var(--primary);transition:width .3s}.storage-info{font-size:12px;color:var(--gray-500);margin-bottom:16px;padding:12px;background:var(--gray-50);border-radius:8px}.storage-bar{height:6px;background:var(--gray-200);border-radius:3px;overflow:hidden;margin-top:6px}.storage-bar-fill{height:100%;background:var(--primary);transition:width .3s}.storage-bar-fill.warning{background:#f59e0b}.storage-bar-fill.danger{background:var(--danger)}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px}.modal{background:#fff;border-radius:16px;padding:24px;max-width:400px;width:100%;max-height:80vh;overflow-y:auto}.modal-title{font-size:18px;font-weight:600;margin-bottom:16px;text-align:center}.modal-close{margin-top:16px}.qr-container{display:flex;flex-direction:column;align-items:center;padding:16px}.qr-container canvas{max-width:200px!important;height:auto!important}.qr-hint{font-size:12px;color:var(--gray-500);margin-top:12px;text-align:center}.empty-state{text-align:center;padding:48px 16px;color:var(--gray-500)}.empty-state-icon{font-size:48px;margin-bottom:12px}.detail-page{padding:16px}.detail-content{background:var(--gray-50);border-radius:8px;padding:16px;white-space:pre-wrap;word-break:break-all;font-size:14px;line-height:1.6}@media (max-width: 640px){.container{padding:12px}.list-item-actions{justify-content:space-between}.list-item-actions .btn{flex:1;min-width:0}}.spinner{width:20px;height:20px;border:2px solid var(--gray-200);border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.input-error{border-color:var(--danger)!important}.error-text{color:var(--danger);font-size:14px;margin-top:8px}.help-section{margin-bottom:16px}.help-toggle{width:100%;padding:12px 16px;background:#fff;border:1px solid var(--gray-200);border-radius:8px;font-size:14px;color:var(--gray-600);cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .2s}.help-toggle:hover{background:var(--gray-50)}.help-content{background:#fff;border:1px solid var(--gray-200);border-top:none;border-radius:0 0 8px 8px;padding:16px;margin-top:-8px}.help-block{margin-bottom:20px}.help-block:last-child{margin-bottom:0}.help-block h3{font-size:16px;font-weight:600;color:var(--gray-800);margin-bottom:8px}.help-block p{font-size:14px;color:var(--gray-600);line-height:1.6}.help-block ul,.help-block ol{font-size:14px;color:var(--gray-600);line-height:1.8;padding-left:20px}.help-block li{margin-bottom:4px}.help-device{background:var(--gray-50);border-radius:8px;padding:12px;margin-top:12px}.help-device h4{font-size:14px;font-weight:600;color:var(--gray-700);margin-bottom:8px}.help-device ol{margin:0;padding-left:20px}
