*{box-sizing:border-box}body{margin:0;font-family:Noto Sans Thai,system-ui,sans-serif;background:#f7f7fb;color:#1a1a2e}.center-page{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;gap:1rem;text-align:center}.line-login-button{background:#06c755;color:#fff;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:600}.app-shell{display:flex;flex-direction:column;min-height:100vh}.app-header{display:flex;align-items:center;gap:2rem;padding:.75rem 1.5rem;background:#fff;border-bottom:1px solid #e5e5ef}.app-header .brand{font-weight:700;font-size:1.1rem}.app-header nav{display:flex;gap:1rem;flex:1}.app-header nav a{color:#555;text-decoration:none}.app-header nav a.active{color:#06c755;font-weight:600}.user-menu{display:flex;align-items:center;gap:.5rem}.user-menu .avatar{width:28px;height:28px;border-radius:50%}.app-content{padding:1.5rem;max-width:1000px;margin:0 auto;width:100%}.dashboard-toolbar{display:flex;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.search-bar{padding:.5rem .75rem;border:1px solid #ddd;border-radius:8px;min-width:220px}.type-tabs{display:flex;gap:.5rem}.tab{padding:.4rem .9rem;border-radius:999px;border:1px solid #ddd;background:#fff;cursor:pointer}.tab--active{background:#1a1a2e;color:#fff;border-color:#1a1a2e}.filter-bar{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1.5rem}.chip{padding:.35rem .8rem;border-radius:999px;border:1px solid #ddd;background:#fff;cursor:pointer}.chip--active{background:#06c755;color:#fff;border-color:#06c755}.item-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem}.item-card{display:block;background:#fff;border-radius:12px;padding:1rem;text-decoration:none;color:inherit;border:1px solid #eee;box-shadow:0 1px 3px #0000000a}.item-card-type{font-size:.8rem;color:#888;margin-bottom:.5rem}.item-card-thumb{width:100%;height:140px;object-fit:cover;border-radius:8px;margin-bottom:.5rem}.item-card-body{font-size:.95rem;margin-bottom:.75rem;word-break:break-word}.item-card-footer{display:flex;justify-content:space-between;align-items:center;font-size:.8rem;color:#999}.category-chip{padding:.15rem .6rem;border-radius:999px;color:#fff;background:#999;font-size:.75rem}.category-chip--none{background:#ccc;color:#555}.empty-state{color:#999;text-align:center;padding:3rem 0}.new-category-form{display:flex;gap:.75rem;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap}.new-category-form input{padding:.5rem;border-radius:8px;border:1px solid #ddd}.color-picker{display:flex;gap:.35rem}.color-swatch{width:24px;height:24px;border-radius:50%;border:2px solid transparent;cursor:pointer}.color-swatch--active{border-color:#1a1a2e}.category-list{list-style:none;padding:0}.category-list-item{display:flex;align-items:center;gap:.75rem;padding:.6rem 0;border-bottom:1px solid #eee}.category-color-dot{width:12px;height:12px;border-radius:50%}.reorder-buttons{display:flex;flex-direction:column;gap:.15rem}.reorder-buttons button{line-height:1;padding:.1rem .4rem;font-size:.8rem}.category-list-item span{flex:1;cursor:text}.item-detail-page{max-width:640px;margin:0 auto}.back-link{background:none;border:none;color:#06c755;cursor:pointer;margin-bottom:1rem}.item-detail-image{max-width:100%;border-radius:8px}.item-detail-text{white-space:pre-wrap}.reminder-box,.category-select{margin:1rem 0}.item-detail-actions{display:flex;gap:.75rem;margin-top:1.5rem}.item-detail-actions .danger{background:#ff6b6b;color:#fff;border:none;padding:.5rem 1rem;border-radius:8px}.reminder-list{list-style:none;padding:0}.reminder-list-item{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:1rem;border-radius:8px;margin-bottom:.75rem;border:1px solid #eee}.reminder-list-actions{display:flex;gap:.75rem;align-items:center}
