*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--primary:#1e40af;--primary-light:#3b82f6;--primary-dark:#1e3a8a;--danger:#dc2626;--warning:#d97706;--success:#16a34a;--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;--white:#fff;--shadow-sm:0 1px 2px #0000000d;--shadow:0 1px 3px #0000001a, 0 1px 2px #0000000f;--shadow-md:0 4px 6px #00000012, 0 2px 4px #0000000f;--shadow-lg:0 10px 15px #0000001a, 0 4px 6px #0000000d;--radius-sm:4px;--radius:8px;--radius-lg:12px;--radius-xl:16px}body{background-color:var(--gray-50);color:var(--gray-900);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5}.login-container{background:linear-gradient(135deg, var(--primary-dark), var(--primary-light));justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.login-card{background:var(--white);border-radius:var(--radius-xl);width:100%;max-width:400px;box-shadow:var(--shadow-lg);padding:2.5rem}.login-header{text-align:center;margin-bottom:2rem}.login-icon{justify-content:center;margin-bottom:1rem;display:flex}.login-header h1{color:var(--gray-900);margin-bottom:.25rem;font-size:1.75rem;font-weight:700}.login-header p{color:var(--gray-500);font-size:.875rem}.login-form{flex-direction:column;gap:1.25rem;display:flex}.form-group input{border:1px solid var(--gray-300);border-radius:var(--radius);outline:none;padding:.625rem .875rem;font-size:1rem;transition:border-color .2s,box-shadow .2s}.form-group input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #3b82f626}.error-message{color:var(--danger);border-radius:var(--radius);background:#fef2f2;border:1px solid #fecaca;padding:.75rem;font-size:.875rem}.login-button{background:var(--primary);color:var(--white);border-radius:var(--radius);cursor:pointer;border:none;padding:.75rem;font-size:1rem;font-weight:600;transition:background .2s}.login-button:hover{background:var(--primary-dark)}.login-button:disabled{opacity:.7;cursor:not-allowed}.loading-screen{min-height:100vh;color:var(--gray-500);justify-content:center;align-items:center;font-size:1.125rem;display:flex}.app-container{flex-direction:column;max-width:768px;min-height:100vh;margin:0 auto;display:flex;position:relative}.main-content{flex:1;padding:1rem 1rem 5rem}.bottom-nav{background:var(--white);border-top:1px solid var(--gray-200);z-index:100;justify-content:space-around;width:100%;max-width:768px;padding:.5rem 0;display:flex;position:fixed;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 -2px 10px #00000014}.nav-item{border-radius:var(--radius);color:var(--gray-500);flex-direction:column;align-items:center;gap:.2rem;padding:.4rem .8rem;font-size:.7rem;font-weight:500;text-decoration:none;transition:background .2s;display:flex}.nav-item:hover{background:var(--gray-100)}.nav-button{cursor:pointer;background:0 0;border:none}.dashboard{padding-bottom:1rem}.dashboard-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-top:.5rem;display:flex}.dashboard-header h1{color:var(--gray-900);font-size:1.75rem;font-weight:700}.dashboard-subtitle{color:var(--gray-500);margin-top:.25rem;font-size:.875rem}.add-button{background:var(--primary);color:var(--white);cursor:pointer;width:40px;height:40px;box-shadow:var(--shadow-md);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .2s,transform .1s;display:flex}.add-button:hover{background:var(--primary-dark);transform:scale(1.05)}.dashboard-loading,.dashboard-error{min-height:50vh;color:var(--gray-500);flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}.spinner{border:3px solid var(--gray-200);border-top-color:var(--primary);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.empty-state{text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding:3rem 1rem;display:flex}.empty-state-icon{margin-bottom:.5rem;font-size:3rem}.empty-state h2{color:var(--gray-700);font-size:1.25rem;font-weight:600}.empty-state p{color:var(--gray-500);max-width:280px;font-size:.875rem;line-height:1.6}.btn-primary{background:var(--primary);color:var(--white);border-radius:var(--radius);cursor:pointer;border:none;align-items:center;gap:.5rem;margin-top:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;transition:background .2s;display:flex}.btn-primary:hover{background:var(--primary-dark)}.dashboard-section{margin-bottom:1.75rem}.section-title{color:var(--gray-700);align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:1rem;font-weight:600;display:flex}.attention-title{color:var(--danger)}.item-count{background:var(--gray-200);color:var(--gray-600);border-radius:999px;margin-left:auto;padding:.1rem .5rem;font-size:.75rem;font-weight:500}.items-list{flex-direction:column;gap:.625rem;display:flex}.item-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);cursor:pointer;border-left:4px solid #0000;align-items:center;gap:.875rem;padding:.875rem;transition:box-shadow .2s,transform .1s;display:flex}.item-card:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.item-card-photo{border-radius:var(--radius);flex-shrink:0;width:48px;height:48px;overflow:hidden}.item-card-photo img{object-fit:cover;width:100%;height:100%}.item-card-photo-placeholder{background:var(--gray-200);width:100%;height:100%;color:var(--gray-500);justify-content:center;align-items:center;font-size:1.25rem;font-weight:700;display:flex}.item-card-info{flex:1;min-width:0}.item-card-info h3{color:var(--gray-900);white-space:nowrap;text-overflow:ellipsis;font-size:.9375rem;font-weight:600;overflow:hidden}.item-card-sub{color:var(--gray-500);margin-top:.125rem;font-size:.75rem}.status-badge{border:1px solid;border-radius:999px;align-items:center;gap:.25rem;margin-top:.375rem;padding:.2rem .5rem;font-size:.6875rem;font-weight:600;display:inline-flex}.page{padding-bottom:2rem}.page-header{align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-top:.5rem;display:flex}.page-header h1{color:var(--gray-900);font-size:1.5rem;font-weight:700}.back-button{background:var(--gray-100);border-radius:var(--radius);cursor:pointer;border:none;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s;display:flex}.back-button:hover{background:var(--gray-200)}.item-form{flex-direction:column;gap:1.25rem;display:flex}.form-section{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);flex-direction:column;gap:1rem;padding:1.25rem;display:flex}.form-section-title{color:var(--gray-500);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-size:.875rem;font-weight:600}.form-row{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.form-group{flex-direction:column;gap:.375rem;display:flex}.form-group label{color:var(--gray-700);font-size:.875rem;font-weight:500}.form-group input,.form-group select,.form-group textarea{border:1px solid var(--gray-300);border-radius:var(--radius);background:var(--white);color:var(--gray-900);outline:none;width:100%;padding:.625rem .875rem;font-size:.9375rem;transition:border-color .2s,box-shadow .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #3b82f626}.form-group textarea{resize:vertical;min-height:100px;font-family:inherit}.form-hint{color:var(--gray-500);margin-top:-.5rem;font-size:.8125rem}.btn-full{justify-content:center;width:100%;padding:.875rem;font-size:1rem}.photo-upload-area{border:2px dashed var(--gray-300);border-radius:var(--radius-lg);cursor:pointer;color:var(--gray-500);flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:2rem;font-size:.875rem;transition:border-color .2s,background .2s;display:flex}.photo-upload-area:hover{border-color:var(--primary);background:var(--gray-50)}.photo-preview-container{border-radius:var(--radius-lg);position:relative;overflow:hidden}.photo-preview{object-fit:cover;width:100%;height:200px;display:block}.photo-remove{color:#fff;cursor:pointer;background:#0009;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex;position:absolute;top:.5rem;right:.5rem}.page-header-title{white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:1.25rem;overflow:hidden}.edit-button{background:var(--gray-100);border-radius:var(--radius);cursor:pointer;border:none;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s;display:flex}.edit-button:hover{background:var(--gray-200)}.item-hero{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);margin-bottom:1rem;overflow:hidden}.item-hero-photo{object-fit:cover;width:100%;height:200px;display:block}.item-hero-placeholder{background:var(--gray-100);justify-content:center;align-items:center;width:100%;height:160px;display:flex}.item-hero-info{flex-direction:column;gap:.375rem;padding:1rem;display:flex}.item-hero-sub{color:var(--gray-600);font-size:.875rem}.item-category-badge{background:var(--gray-100);color:var(--gray-600);border-radius:999px;width:fit-content;padding:.2rem .6rem;font-size:.75rem;font-weight:500;display:inline-block}.item-detail-meta{color:var(--gray-500);font-size:.8125rem}.detail-section{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);margin-bottom:1rem;overflow:hidden}.detail-section-header{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.detail-section-title{color:var(--gray-800);align-items:center;gap:.5rem;font-size:.9375rem;font-weight:600;display:flex}.detail-section-controls{align-items:center;gap:.5rem;display:flex}.detail-section-content{border-top:1px solid var(--gray-100);padding:1rem 1.25rem 1.25rem}.section-add-btn{background:var(--gray-100);border-radius:var(--radius);color:var(--gray-600);cursor:pointer;border:none;align-items:center;gap:.25rem;padding:.3rem .6rem;font-size:.75rem;font-weight:500;transition:background .2s;display:flex}.section-add-btn:hover{background:var(--gray-200)}.empty-section{color:var(--gray-400);text-align:center;padding:1rem 0;font-size:.875rem;font-style:italic}.specs-grid{flex-direction:column;gap:.5rem;display:flex}.spec-item{border-bottom:1px solid var(--gray-100);justify-content:space-between;align-items:center;padding:.5rem 0;display:flex}.spec-item:last-child{border-bottom:none}.spec-name{color:var(--gray-600);font-size:.875rem}.spec-value{color:var(--gray-900);font-size:.875rem;font-weight:600}.tasks-list{flex-direction:column;gap:.75rem;display:flex}.task-card{border-radius:var(--radius);border:1px solid var(--gray-200);border-left:4px solid;flex-direction:column;gap:.375rem;padding:.875rem;display:flex}.task-card-header{justify-content:space-between;align-items:flex-start;gap:.5rem;display:flex}.task-card-header h4{color:var(--gray-900);font-size:.9375rem;font-weight:600}.task-description{color:var(--gray-500);font-size:.8125rem}.task-next-due{color:var(--gray-600);font-size:.8125rem;font-weight:500}.task-intervals{flex-wrap:wrap;gap:.375rem;margin-top:.25rem;display:flex}.interval-badge{background:var(--gray-100);color:var(--gray-600);border-radius:999px;padding:.2rem .5rem;font-size:.6875rem}.task-youtube-link{color:var(--primary);align-items:center;gap:.375rem;margin-top:.25rem;font-size:.8125rem;text-decoration:none;display:flex}.btn-log-service{background:var(--primary);color:var(--white);border-radius:var(--radius);cursor:pointer;border:none;align-items:center;gap:.375rem;width:fit-content;margin-top:.375rem;padding:.5rem .875rem;font-size:.8125rem;font-weight:600;transition:background .2s;display:flex}.btn-log-service:hover{background:var(--primary-dark)}.logs-list{flex-direction:column;gap:.75rem;display:flex}.log-card{border:1px solid var(--gray-200);border-radius:var(--radius);padding:.875rem}.log-card-header{justify-content:space-between;align-items:flex-start;margin-bottom:.375rem;display:flex}.log-card-header h4{color:var(--gray-900);font-size:.9375rem;font-weight:600}.log-date{color:var(--gray-500);margin-top:.125rem;font-size:.75rem}.log-cost{color:var(--success);font-size:.9375rem;font-weight:700}.log-meta{color:var(--gray-500);font-size:.8125rem}.log-notes{color:var(--gray-700);border-top:1px solid var(--gray-100);margin-top:.375rem;padding-top:.375rem;font-size:.8125rem}.notes-list{flex-direction:column;gap:.75rem;display:flex}.note-card{border-radius:var(--radius);background:#fffbeb;border:1px solid #fde68a;padding:.875rem}.note-content{color:var(--gray-800);white-space:pre-wrap;font-size:.875rem;line-height:1.6}.note-footer{justify-content:space-between;align-items:center;margin-top:.625rem;display:flex}.note-meta{color:var(--gray-500);font-size:.75rem}.note-delete{cursor:pointer;color:var(--gray-400);background:0 0;border:none;align-items:center;padding:.25rem;transition:color .2s;display:flex}.note-delete:hover{color:var(--danger)}.media-link{border:1px solid var(--gray-200);border-radius:var(--radius);color:var(--gray-800);align-items:center;gap:.625rem;margin-bottom:.5rem;padding:.75rem;font-size:.875rem;text-decoration:none;transition:background .2s;display:flex}.media-link:hover{background:var(--gray-50)}.media-link span{white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.modal-overlay{z-index:200;background:#00000080;align-items:flex-end;padding:0;display:flex;position:fixed;inset:0}.modal-container{background:var(--white);border-radius:var(--radius-xl) var(--radius-xl) 0 0;width:100%;max-width:768px;max-height:90vh;margin:0 auto;overflow-y:auto}.modal-header{background:var(--white);z-index:1;justify-content:space-between;align-items:center;padding:1.25rem 1.25rem 0;display:flex;position:sticky;top:0}.modal-header h3{color:var(--gray-900);font-size:1.125rem;font-weight:700}.modal-close{background:var(--gray-100);cursor:pointer;width:32px;height:32px;color:var(--gray-600);border:none;border-radius:50%;justify-content:center;align-items:center;font-size:.875rem;display:flex}.modal-body{padding:1.25rem}.modal-form{flex-direction:column;gap:1rem;display:flex}.modal-actions{gap:.75rem;margin-top:.5rem;display:flex}.btn-secondary{background:var(--gray-100);color:var(--gray-700);border-radius:var(--radius);cursor:pointer;border:none;flex:1;padding:.75rem;font-size:.9375rem;font-weight:600;transition:background .2s}.btn-secondary:hover{background:var(--gray-200)}.modal-actions .btn-primary{flex:1}.step-subtitle{color:var(--gray-500);margin-bottom:1rem;font-size:.875rem}.category-grid{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.category-select-card{background:var(--white);border:2px solid var(--gray-200);border-radius:var(--radius-lg);cursor:pointer;text-align:center;flex-direction:column;align-items:center;gap:.5rem;padding:1.25rem .75rem;transition:border-color .2s,box-shadow .2s;display:flex}.category-select-card:hover{border-color:var(--primary);box-shadow:var(--shadow-md)}.category-select-name{color:var(--gray-800);font-size:.8125rem;font-weight:600;line-height:1.3}.form-section-header-row{justify-content:space-between;align-items:center;margin-bottom:.25rem;display:flex}.spec-input-row{grid-template-columns:1fr 1fr auto;align-items:center;gap:.5rem;margin-bottom:.5rem;display:grid}.remove-btn{cursor:pointer;color:var(--gray-400);border-radius:var(--radius);background:0 0;border:none;align-items:center;padding:.375rem;transition:color .2s,background .2s;display:flex}.remove-btn:hover{color:var(--danger);background:#fef2f2}.task-input-card{border:1px solid var(--gray-200);border-radius:var(--radius);margin-bottom:.625rem;padding:.75rem;transition:opacity .2s}.task-excluded{opacity:.5}.task-input-header{justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.task-checkbox-label{flex:1;align-items:center;gap:.5rem;display:flex}.task-checkbox-label input[type=checkbox]{width:16px;height:16px;accent-color:var(--primary);flex-shrink:0}.task-name-input{border:none;border-bottom:1px solid var(--gray-200);color:var(--gray-900);background:0 0;outline:none;flex:1;padding:.25rem 0;font-size:.9375rem;font-weight:600}.task-name-input:focus{border-bottom-color:var(--primary)}.task-input-intervals{grid-template-columns:1fr 1fr;gap:.5rem;margin-top:.5rem;display:grid}.update-usage-btn{background:var(--gray-100);border:1px solid var(--gray-200);border-radius:var(--radius);color:var(--gray-600);cursor:pointer;align-items:center;margin-top:.375rem;padding:.375rem .75rem;font-size:.8125rem;font-weight:500;transition:background .2s;display:inline-flex}.update-usage-btn:hover{background:var(--gray-200)}.media-input-row{border:1px solid var(--gray-200);border-radius:var(--radius);flex-direction:column;gap:.5rem;margin-bottom:.625rem;padding:.75rem;display:flex}.btn-archive{color:var(--danger);border:1px solid var(--danger);border-radius:var(--radius);cursor:pointer;background:0 0;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:.5rem;padding:.75rem;font-size:.9375rem;font-weight:600;transition:background .2s,color .2s;display:flex}.btn-archive:hover{background:#fef2f2}.settings-tabs{background:var(--gray-100);border-radius:var(--radius);gap:.5rem;margin-bottom:1.25rem;padding:.25rem;display:flex}.settings-tab{border-radius:var(--radius-sm);color:var(--gray-500);cursor:pointer;background:0 0;border:none;flex:1;padding:.5rem;font-size:.875rem;font-weight:500;transition:background .2s,color .2s}.settings-tab.active{background:var(--white);color:var(--gray-900);box-shadow:var(--shadow-sm)}.settings-content{flex-direction:column;gap:1.25rem;display:flex}.settings-section{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);flex-direction:column;gap:.75rem;padding:1.25rem;display:flex}.settings-section-header{justify-content:space-between;align-items:center;display:flex}.settings-section-title{color:var(--gray-800);font-size:.9375rem;font-weight:600}.categories-list{flex-direction:column;gap:.5rem;display:flex}.category-list-item{border-bottom:1px solid var(--gray-100);align-items:center;gap:.75rem;padding:.625rem 0;display:flex}.category-list-item:last-child{border-bottom:none}.category-list-name{color:var(--gray-800);flex:1;font-size:.875rem;font-weight:500}.category-tracking-badge{background:var(--gray-100);color:var(--gray-500);text-transform:capitalize;border-radius:999px;padding:.2rem .5rem;font-size:.6875rem;font-weight:500}.add-category-form{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius);flex-direction:column;gap:.75rem;margin-bottom:.75rem;padding:1rem;display:flex}.add-category-form form{flex-direction:column;gap:.75rem;display:flex}.template-toggle{border:1px solid var(--gray-300);border-radius:var(--radius);color:var(--gray-600);cursor:pointer;background:0 0;align-items:center;gap:.375rem;width:fit-content;padding:.5rem .75rem;font-size:.8125rem;font-weight:500;transition:background .2s;display:flex}.template-toggle:hover{background:var(--gray-100)}.template-builder{background:var(--white);border-radius:var(--radius);border:1px solid var(--gray-200);flex-direction:column;gap:1rem;padding:.75rem;display:flex}.template-section{flex-direction:column;gap:.5rem;display:flex}.template-section-title{color:var(--gray-600);font-size:.8125rem;font-weight:600}.archived-item-card{border:1px solid var(--gray-200);border-radius:var(--radius);justify-content:space-between;align-items:center;gap:.75rem;padding:.875rem;display:flex}.archived-item-info h3{color:var(--gray-900);font-size:.9375rem;font-weight:600}.archived-item-info p{color:var(--gray-500);margin-top:.125rem;font-size:.75rem}.archived-item-actions{flex-direction:column;flex-shrink:0;gap:.375rem;display:flex}.btn-restore{background:var(--success);color:var(--white);border-radius:var(--radius);cursor:pointer;border:none;align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:.75rem;font-weight:600;transition:opacity .2s;display:flex}.btn-restore:hover{opacity:.9}.btn-delete-hard{color:var(--danger);border:1px solid var(--danger);border-radius:var(--radius);cursor:pointer;background:0 0;align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:.75rem;font-weight:600;transition:background .2s;display:flex}.btn-delete-hard:hover{background:#fef2f2}.export-options{flex-direction:column;gap:.75rem;display:flex}.export-card{border:1px solid var(--gray-200);border-radius:var(--radius);justify-content:space-between;align-items:center;gap:1rem;padding:1rem;display:flex}.export-card-info h3{color:var(--gray-900);margin-bottom:.25rem;font-size:.9375rem;font-weight:600}.export-card-info p{color:var(--gray-500);font-size:.8125rem;line-height:1.4}.btn-export{background:var(--primary);color:var(--white);border-radius:var(--radius);cursor:pointer;white-space:nowrap;border:none;flex-shrink:0;padding:.5rem 1rem;font-size:.8125rem;font-weight:600;transition:background .2s}.btn-export:hover{background:var(--primary-dark)}.btn-export:disabled{opacity:.6;cursor:not-allowed}.success-message{color:var(--success);border-radius:var(--radius);background:#f0fdf4;border:1px solid #bbf7d0;padding:.75rem;font-size:.875rem}.export-card-wrapper{flex-direction:column;gap:0;display:flex}.export-filters{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:0 0 var(--radius) var(--radius);border-top:none;flex-direction:column;gap:1rem;padding:1rem;display:flex}.export-filter-section{flex-direction:column;gap:.5rem;display:flex}.export-filter-header{justify-content:space-between;align-items:center;display:flex}.export-filter-section h4{color:var(--gray-700);font-size:.875rem;font-weight:600}.export-filter-grid{grid-template-columns:1fr 1fr;gap:.375rem;display:grid}.export-filter-checkbox{color:var(--gray-700);cursor:pointer;align-items:center;gap:.375rem;font-size:.8125rem;display:flex}.export-filter-checkbox input[type=checkbox]{accent-color:var(--primary);flex-shrink:0;width:15px;height:15px}.select-all-btn{color:var(--primary);cursor:pointer;background:0 0;border:none;font-size:.75rem;font-weight:500}.select-all-btn:hover{text-decoration:underline}.search-container{margin-bottom:.75rem}.search-input-wrapper{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);align-items:center;gap:.5rem;padding:.625rem .875rem;display:flex}.search-input{color:var(--gray-900);background:0 0;border:none;outline:none;flex:1;font-size:.9375rem}.search-input::placeholder{color:var(--gray-400)}.search-clear{cursor:pointer;color:var(--gray-400);background:0 0;border:none;border-radius:50%;align-items:center;padding:.125rem;transition:color .2s;display:flex}.search-clear:hover{color:var(--gray-600)}.category-filter-scroll{scrollbar-width:none;gap:.5rem;padding-bottom:.75rem;display:flex;overflow-x:auto}.category-filter-scroll::-webkit-scrollbar{display:none}.category-pill{background:var(--white);border:1px solid var(--gray-200);color:var(--gray-600);cursor:pointer;white-space:nowrap;border-radius:999px;flex-shrink:0;padding:.375rem .875rem;font-size:.8125rem;font-weight:500;transition:all .2s}.category-pill:hover{border-color:var(--primary);color:var(--primary)}.category-pill.active{background:var(--primary);border-color:var(--primary);color:var(--white)}.import-section{flex-direction:column;gap:.75rem;display:flex}.import-file-label{cursor:pointer;display:block}.import-file-area{border:2px dashed var(--gray-300);border-radius:var(--radius);text-align:center;color:var(--gray-600);flex-direction:column;justify-content:center;align-items:center;gap:.375rem;padding:1.5rem;font-size:.875rem;transition:border-color .2s;display:flex}.import-file-area:hover{border-color:var(--primary)}.import-file-selected{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius);color:var(--gray-700);justify-content:space-between;align-items:center;padding:.75rem;font-size:.875rem;display:flex}.import-preview{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius);flex-direction:column;gap:.75rem;padding:1rem;display:flex}.import-preview h4{color:var(--gray-700);font-size:.875rem;font-weight:600}.import-preview-stats{text-align:center;grid-template-columns:repeat(4,1fr);gap:.5rem;display:grid}.import-stat{flex-direction:column;gap:.125rem;display:flex}.import-stat-value{color:var(--primary);font-size:1.25rem;font-weight:700}.import-stat-label{color:var(--gray-500);font-size:.6875rem}.import-mode-selector{flex-direction:column;gap:.5rem;display:flex}.import-mode-option{border:1px solid var(--gray-200);border-radius:var(--radius);cursor:pointer;align-items:flex-start;gap:.75rem;padding:.75rem;transition:border-color .2s,background .2s;display:flex}.import-mode-option.active{border-color:var(--primary);background:#eff6ff}.import-mode-option.danger{border-color:var(--danger);background:#fef2f2}.import-mode-option input[type=radio]{accent-color:var(--primary);flex-shrink:0;margin-top:.2rem}.import-mode-option strong{color:var(--gray-900);margin-bottom:.125rem;font-size:.875rem;display:block}.import-mode-option p{color:var(--gray-500);font-size:.75rem;line-height:1.4}.import-result{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius);padding:1rem}.import-result-success{color:var(--success);margin-bottom:.5rem;font-size:1rem;font-weight:600}.import-result-stats{color:var(--gray-600);gap:1rem;font-size:.875rem;display:flex}.import-errors{color:var(--danger)}.import-error-list{border-radius:var(--radius-sm);background:#fef2f2;margin-top:.5rem;padding:.5rem}.import-error-item{color:var(--danger);font-size:.75rem}.import-archived-skipped{color:var(--warning);font-size:.8125rem}
