:root{font-family:Inter,Pretendard,Noto Sans KR,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#172a25;background:#f6f2e9;font-synthesis:none;text-rendering:optimizeLegibility;--ink: #172a25;--muted: #6c7771;--forest: #20493f;--forest-deep: #15362e;--sage: #dce8df;--cream: #f6f2e9;--paper: #fffdf8;--coral: #e86f51;--coral-soft: #f8ddd4;--gold: #c28a32;--gold-soft: #f2e6c9;--blue-soft: #dce8ed;--line: #dfddd5;--shadow: 0 16px 44px rgba(28, 53, 45, .1)}*{box-sizing:border-box}html{min-height:100%;background:var(--cream)}body{margin:0;min-width:320px;min-height:100vh;background:var(--cream)}button,input,select,textarea{font:inherit}button{color:inherit}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(232,111,81,.28);outline-offset:2px}button:disabled{cursor:not-allowed;opacity:.5}h1,h2,h3,p{margin-top:0}.app-shell{width:100%;min-height:100vh;padding-bottom:calc(86px + env(safe-area-inset-bottom))}.screen{width:min(100%,760px);margin:0 auto;padding:max(22px,env(safe-area-inset-top)) 20px 32px}.topbar{display:flex;align-items:center;justify-content:space-between;min-height:66px;margin-bottom:23px}.topbar h1{margin:3px 0 0;font-family:Georgia,"Noto Serif KR",serif;font-size:clamp(2rem,8vw,2.65rem);line-height:1;letter-spacing:-.035em;font-weight:600}.eyebrow{margin:0;color:#78827c;font-size:.69rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.mini-brand,.brand-mark{display:grid;place-items:center;color:var(--paper);background:var(--forest);font-family:Georgia,"Noto Serif KR",serif}.mini-brand{width:43px;height:43px;border-radius:15px;font-size:1.35rem;box-shadow:0 8px 22px #20493f2b}.bottom-nav{position:fixed;z-index:20;left:0;right:0;bottom:0;display:grid;grid-template-columns:repeat(5,1fr);padding:8px max(7px,env(safe-area-inset-left)) calc(7px + env(safe-area-inset-bottom)) max(7px,env(safe-area-inset-right));background:#fffdf8f0;border-top:1px solid rgba(32,73,63,.1);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.bottom-nav button{display:flex;min-height:53px;flex-direction:column;align-items:center;justify-content:center;gap:3px;border:0;border-radius:15px;background:transparent;color:#7d8581;cursor:pointer}.bottom-nav button span{font-size:.64rem;font-weight:700}.bottom-nav button.active{color:var(--forest);background:#e7eee8}.primary-button,.secondary-button,.danger-button,.logout-button{min-height:50px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:0 19px;border-radius:15px;font-weight:800;cursor:pointer}.primary-button{width:100%;border:1px solid var(--forest);color:#fff;background:var(--forest);box-shadow:0 8px 20px #20493f29}.primary-button:hover{background:var(--forest-deep)}.primary-button.compact{width:auto;min-height:45px}.secondary-button{border:1px solid var(--line);color:var(--forest);background:var(--paper)}.danger-button{border:1px solid #e3b5a9;color:#a84029;background:#fff8f5}.icon-button{display:grid;width:42px;height:42px;place-items:center;padding:0;border:1px solid var(--line);border-radius:50%;background:#fffdf8db;cursor:pointer}.round-add{display:grid;width:48px;height:48px;place-items:center;padding:0;border:0;border-radius:17px;color:#fff;background:var(--forest);box-shadow:0 9px 22px #20493f33;cursor:pointer}.auth-shell{min-height:100vh;display:grid;align-content:center;gap:30px;padding:max(36px,env(safe-area-inset-top)) 22px max(26px,env(safe-area-inset-bottom));background:radial-gradient(circle at 85% 5%,rgba(232,111,81,.16),transparent 27%),var(--cream)}.auth-intro,.auth-card{width:min(100%,430px);margin-inline:auto}.brand-mark{width:58px;height:58px;margin-bottom:25px;border-radius:19px;font-size:1.8rem;box-shadow:0 12px 30px #20493f33}.auth-intro h1{margin:8px 0 14px;font-family:Georgia,"Noto Serif KR",serif;font-size:clamp(2.6rem,12vw,4rem);line-height:.98;letter-spacing:-.045em;font-weight:500}.auth-intro>p:not(.eyebrow){max-width:370px;color:var(--muted);font-size:1rem;line-height:1.6}.auth-promise{display:flex;align-items:center;gap:10px;color:var(--forest);font-size:.88rem;font-weight:700}.auth-card{padding:18px;border:1px solid rgba(32,73,63,.1);border-radius:24px;background:#fffdf8d1;box-shadow:var(--shadow)}.segmented{display:grid;grid-template-columns:1fr 1fr;gap:4px;margin-bottom:20px;padding:4px;border-radius:13px;background:#ece9e1}.segmented button{min-height:40px;border:0;border-radius:10px;color:var(--muted);background:transparent;font-size:.84rem;font-weight:800;cursor:pointer}.segmented button.active{color:var(--forest);background:var(--paper);box-shadow:0 2px 7px #19302914}form label,.word-form label,.settings-card label{display:flex;flex-direction:column;gap:7px;margin-bottom:15px;color:#45564f;font-size:.78rem;font-weight:800}input,select,textarea{width:100%;border:1px solid #d8d8d0;border-radius:13px;color:var(--ink);background:#fffefa;transition:border-color .15s,box-shadow .15s}input,select{min-height:48px;padding:0 13px}textarea{padding:12px 13px;resize:vertical;line-height:1.45}input:focus,select:focus,textarea:focus{border-color:#719084;box-shadow:0 0 0 3px #20493f14;outline:none}.form-error,.form-success{padding:10px 12px;border-radius:11px;font-size:.82rem}.form-error{color:#9e3f2d;background:#fae4de}.form-error.centered{text-align:center}.form-success{color:#275f4f;background:var(--sage)}.streak-card{padding:20px;border-radius:25px;color:#fff;background:linear-gradient(140deg,#20493f,#2f5d51);box-shadow:0 15px 33px #20493f33}.streak-heading{display:flex;align-items:center;gap:12px}.streak-heading .flame{display:grid;width:42px;height:42px;place-items:center;border-radius:15px;color:#ffc08f;background:#ffffff1a}.streak-heading div{display:flex;flex-direction:column}.streak-heading strong{font-family:Georgia,serif;font-size:1.25rem;font-weight:600}.streak-heading span{color:#ffffffa3;font-size:.75rem}.today-score{display:flex;align-items:flex-end;justify-content:space-between;margin:23px 0 11px}.today-score>div strong{font-size:1.7rem}.today-score>div span{color:#ffffffa6;font-size:.83rem}.today-score>strong{color:#f9cda6;font-size:.88rem}.today-score>strong span{color:#ffffffa6;font-weight:500}.progress-track{height:7px;overflow:hidden;border-radius:999px;background:#ffffff24}.progress-track span{display:block;height:100%;min-width:4px;border-radius:inherit;background:#f0a47e;transition:width .35s ease}.start-card{width:100%;display:flex;align-items:center;justify-content:space-between;margin-top:17px;padding:21px 19px;border:0;border-radius:22px;color:var(--ink);background:var(--paper);box-shadow:0 9px 28px #1e362f14;text-align:left;cursor:pointer}.start-card>span:first-child{display:flex;flex-direction:column;gap:4px}.start-card small{color:var(--coral);font-size:.71rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.start-card strong{font-family:Georgia,serif;font-size:1.45rem;font-weight:600}.round-arrow{display:grid;width:46px;height:46px;place-items:center;border-radius:50%;color:#fff;background:var(--coral)}.section-block{margin-top:29px}.section-title{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:12px}.section-title h2{margin:0;font-family:Georgia,serif;font-size:1.32rem;font-weight:600}.section-title span{color:var(--muted);font-size:.72rem}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.stat-cell{display:flex;min-height:100px;flex-direction:column;justify-content:space-between;padding:16px;border:1px solid #ebe7dd;border-radius:19px;background:var(--paper)}.stat-cell strong{color:var(--forest);font-family:Georgia,serif;font-size:1.85rem;font-weight:600}.stat-cell span{color:var(--muted);font-size:.75rem;font-weight:700}.stat-cell.coral{background:var(--coral-soft);border-color:transparent}.stat-cell.coral strong{color:#9f4937}.stat-cell.gold{background:var(--gold-soft);border-color:transparent}.stat-cell.gold strong{color:#825a1e}.stat-cell.green{background:var(--sage);border-color:transparent}.center-state,.app-loading{display:flex;align-items:center;justify-content:center;gap:10px;color:var(--muted);font-size:.84rem}.center-state{min-height:240px;flex-direction:column}.app-loading{min-height:100vh}.spinner{width:27px;height:27px;border:3px solid #d8dfdb;border-top-color:var(--forest);border-radius:50%;animation:spin .75s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.empty-state{max-width:420px;display:flex;flex-direction:column;align-items:center;margin:55px auto 20px;padding:31px 22px;border:1px dashed #d4d4cb;border-radius:24px;text-align:center}.empty-icon{display:grid;width:53px;height:53px;place-items:center;margin-bottom:14px;border-radius:18px;color:var(--forest);background:var(--sage)}.empty-state h2{margin-bottom:8px;font-family:Georgia,serif;font-size:1.4rem}.empty-state p{margin-bottom:20px;color:var(--muted);font-size:.87rem;line-height:1.55}.review-shell{min-height:100vh;display:flex;flex-direction:column;padding:max(18px,env(safe-area-inset-top)) 17px calc(20px + env(safe-area-inset-bottom));background:radial-gradient(circle at 50% -10%,#fffdf8 0%,var(--cream) 38%)}.review-header{width:min(100%,620px);display:grid;grid-template-columns:42px 1fr auto;align-items:center;margin:0 auto 16px}.review-header>span:nth-child(2){justify-self:center;font-size:.8rem;font-weight:800}.status-dot,.status-pill{border-radius:999px;font-size:.61rem;font-weight:800;text-transform:capitalize}.status-dot{padding:6px 9px;background:#e7e4dc}.status-dot.weak,.status-pill.weak{color:#9c482f;background:var(--coral-soft)}.status-dot.mastered,.status-pill.mastered,.status-pill.familiar{color:#285c4c;background:var(--sage)}.status-pill.new{color:#5b6872;background:var(--blue-soft)}.flashcard{width:min(100%,620px);min-height:min(65vh,620px);display:flex;flex:1;flex-direction:column;justify-content:center;margin:0 auto;padding:32px 25px;border:1px solid #e7e2d6;border-radius:30px;background:var(--paper);box-shadow:0 22px 65px #1c352d1c;text-align:center;cursor:pointer}.flashcard.revealed{justify-content:flex-start;overflow:auto;cursor:default}.card-front{margin:auto 0}.card-front h1{max-width:500px;margin:15px auto 27px;font-family:Georgia,"Noto Serif KR",serif;font-size:clamp(2.4rem,12vw,4.5rem);line-height:1.15;font-weight:500;letter-spacing:-.035em}.reveal-button{padding:11px 18px;border:0;border-radius:999px;color:var(--forest);background:var(--sage);font-size:.78rem;font-weight:800}.card-answer{width:100%}.answer-rule{display:block;width:42px;height:3px;margin:0 auto 22px;border-radius:3px;background:var(--coral)}.card-answer h2{margin:13px 0 5px;font-family:Georgia,"Noto Serif KR",serif;font-size:clamp(2.2rem,10vw,3.8rem);font-weight:500}.card-answer .meaning{color:var(--muted);font-size:.9rem}.conjugation-list{display:grid;gap:1px;margin-top:26px;overflow:hidden;border-radius:17px;background:#e6e3da;text-align:left}.conjugation-list div{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:13px 15px;background:#f5f2ea}.conjugation-list span{color:var(--muted);font-size:.72rem}.conjugation-list strong{font-size:1rem}.rating-row{width:min(100%,620px);display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:13px auto 0}.rating-row button{min-height:65px;display:grid;grid-template-columns:auto auto;align-content:center;justify-content:center;gap:2px 6px;border:1px solid transparent;border-radius:18px;cursor:pointer}.rating-row button svg{grid-row:span 2;align-self:center}.rating-row button strong{font-size:.8rem}.rating-row button small{color:currentColor;font-size:.62rem;opacity:.7}.rating-row .again{color:#a34531;background:var(--coral-soft)}.rating-row .hard{color:#785519;background:var(--gold-soft)}.rating-row .good{color:#285b4c;background:var(--sage)}.review-shell>.empty-state{margin-block:auto 20px}.review-shell>.secondary-button{width:min(100%,380px);margin:0 auto auto}.review-close{position:absolute}.search-row{display:flex;gap:9px}.search-box{position:relative;flex:1;margin:0}.search-box svg{position:absolute;top:15px;left:14px;color:#7a8580}.search-box input{padding-left:42px;background:var(--paper)}.filter-icon{display:grid;width:48px;height:48px;flex:0 0 48px;place-items:center;padding:0;border:1px solid var(--line);border-radius:14px;background:var(--paper);cursor:pointer}.filter-chips{display:flex;gap:7px;margin:12px -20px 0;padding:0 20px 4px;overflow-x:auto;scrollbar-width:none}.filter-chips::-webkit-scrollbar{display:none}.filter-chips button{min-height:34px;flex:0 0 auto;padding:0 13px;border:1px solid #dcdad2;border-radius:999px;color:var(--muted);background:transparent;font-size:.72rem;font-weight:750;cursor:pointer}.filter-chips button.active{border-color:var(--forest);color:#fff;background:var(--forest)}.category-filter-chips{margin-top:4px}.category-filter-chips button{border-color:#d9e4dc;color:#466158;background:#edf3ee}.collection-count{margin:19px 2px 9px;color:var(--muted);font-size:.7rem;font-weight:700}.word-list{overflow:hidden;border:1px solid #e6e3db;border-radius:20px;background:var(--paper)}.word-row{width:100%;display:grid;grid-template-columns:44px minmax(0,1fr) auto 16px;align-items:center;gap:11px;padding:14px;border:0;border-bottom:1px solid #ece9e1;background:transparent;text-align:left;cursor:pointer}.word-row:last-child{border-bottom:0}.type-marker{display:grid;width:44px;height:44px;place-items:center;border-radius:14px;color:var(--forest);background:var(--sage);font-family:Georgia,"Noto Serif KR",serif;font-size:1.2rem}.type-marker.verb{color:#9d4632;background:var(--coral-soft)}.type-marker.expression{color:#775419;background:var(--gold-soft)}.word-copy{min-width:0;display:flex;flex-direction:column;gap:2px}.word-copy strong{display:flex;align-items:center;gap:5px;font-size:1rem}.word-copy strong svg{color:var(--gold)}.word-copy>span{overflow:hidden;color:#526159;font-size:.8rem;text-overflow:ellipsis;white-space:nowrap}.word-copy small{color:#8b928e;font-size:.63rem}.status-pill{padding:5px 7px;color:#75531c;background:var(--gold-soft)}.chevron{color:#a7aaa7}.sheet-backdrop{position:fixed;z-index:40;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end;justify-content:center;padding-top:5vh;background:#0e211b5c;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.sheet{width:min(100%,660px);max-height:95vh;overflow:auto;padding:21px 19px calc(25px + env(safe-area-inset-bottom));border-radius:28px 28px 0 0;background:var(--cream);box-shadow:0 -20px 70px #0f211c33}.sheet:before{content:"";display:block;width:39px;height:4px;margin:-8px auto 17px;border-radius:4px;background:#c6c6bf}.sheet-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:19px}.sheet-header h2{margin:3px 0 0;font-family:Georgia,serif;font-size:1.65rem;font-weight:600}.word-form{padding:18px;border:1px solid #e4e1d8;border-radius:21px;background:var(--paper)}.two-columns{display:grid;grid-template-columns:1fr 1fr;gap:10px}.conjugation-fields{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:5px 0 17px;padding:16px;border:1px solid #dce5de;border-radius:17px;background:#f0f5f1}.conjugation-fields legend{padding:0 6px;color:var(--forest);font-size:.78rem;font-weight:800}.conjugation-fields label{margin:0}.conjugation-hint{grid-column:1 / -1;display:flex;align-items:center;justify-content:space-between;margin-bottom:2px;color:var(--muted);font-size:.73rem}.conjugation-hint strong{color:var(--ink);font-size:1rem}.category-picker{margin-bottom:17px}.field-label{display:block;margin-bottom:8px;color:#45564f;font-size:.78rem;font-weight:800}.category-options{display:flex;flex-wrap:wrap;gap:7px}.category-options button{min-height:34px;display:inline-flex;align-items:center;gap:4px;padding:0 11px;border:1px solid #d9ded8;border-radius:999px;color:#587067;background:#f6faf6;font-size:.72rem;font-weight:750;cursor:pointer}.category-options button.active{border-color:var(--forest);color:#fff;background:var(--forest)}.inline-category-form{display:flex;gap:8px;margin-top:10px}.inline-category-form input{min-width:0;flex:1}.inline-category-form .secondary-button,.inline-category-form .primary-button{width:auto;min-height:48px;flex:0 0 auto}.category-sheet{min-height:min(72vh,650px)}.category-sheet>.inline-category-form{margin-bottom:17px}.category-manager-list{overflow:hidden;border:1px solid #e4e1d8;border-radius:18px;background:var(--paper)}.category-manager-row{display:grid;grid-template-columns:minmax(0,1fr) auto 42px;align-items:center;gap:9px;padding:10px;border-bottom:1px solid #ece9e1}.category-manager-row:last-child{border-bottom:0}.category-manager-row input{min-height:42px}.category-manager-row>span{color:var(--muted);font-size:.67rem;white-space:nowrap}.category-manager-row .icon-button{width:38px;height:38px;color:#9e4936}.toggle-row{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:13px 0;border-top:1px solid #ece8df}.toggle-row>div{display:flex;flex-direction:column;gap:2px}.toggle-row strong{font-size:.82rem}.toggle-row span{color:var(--muted);font-size:.68rem}.toggle-row input{width:42px;height:23px;min-height:0;accent-color:var(--forest)}.form-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:18px}.form-actions .primary-button{width:auto;flex:1}.progress-hero{display:grid;grid-template-columns:116px 1fr;align-items:center;gap:20px;padding:21px;border-radius:24px;color:#fff;background:var(--forest)}.progress-ring{width:108px;height:108px;display:grid;place-items:center;border-radius:50%;background:conic-gradient(var(--coral) var(--progress),rgba(255,255,255,.12) 0)}.progress-ring:before{content:"";grid-area:1/1;width:82px;height:82px;border-radius:50%;background:var(--forest)}.progress-ring span{z-index:1;grid-area:1/1;display:flex;flex-direction:column;align-items:center}.progress-ring strong{font-family:Georgia,serif;font-size:1.65rem;font-weight:500}.progress-ring small{color:#ffffffa6;font-size:.61rem}.progress-hero .eyebrow{color:#f5b796}.progress-hero h2{margin:6px 0;font-family:Georgia,serif;font-size:1.35rem;font-weight:500}.progress-hero>div:last-child>p:last-child{margin:0;color:#ffffff9e;font-size:.72rem}.metric-list{display:grid;grid-template-columns:repeat(2,1fr);gap:9px;margin-top:12px}.metric-list>div{display:flex;align-items:center;gap:11px;padding:14px;border:1px solid #e8e4da;border-radius:18px;background:var(--paper)}.metric-icon{display:grid;width:40px;height:40px;flex:0 0 40px;place-items:center;border-radius:13px;color:var(--forest);background:var(--sage)}.metric-icon.coral{color:#9f4937;background:var(--coral-soft)}.metric-icon.gold{color:#7c581e;background:var(--gold-soft)}.metric-icon.blue{color:#46636e;background:var(--blue-soft)}.metric-list>div>span:last-child{display:flex;flex-direction:column}.metric-list strong{font-family:Georgia,serif;font-size:1.3rem}.metric-list small{color:var(--muted);font-size:.66rem}.care-list{overflow:hidden;border:1px solid #e5e1d8;border-radius:18px;background:var(--paper)}.care-list>div{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:13px 15px;border-bottom:1px solid #ece9e1}.care-list>div:last-child{border-bottom:0}.care-list span:first-child{display:flex;flex-direction:column}.care-list small{color:var(--muted);font-size:.64rem}.care-list>div>span:last-child{color:var(--muted);font-size:.8rem}.quiet-card{display:flex;align-items:center;gap:12px;padding:17px;border:1px dashed #d2d4cc;border-radius:18px;color:var(--muted);font-size:.8rem;line-height:1.45}.quiet-card svg{flex:0 0 auto;color:var(--forest)}.settings-card{margin-bottom:14px;padding:19px;border:1px solid #e5e1d8;border-radius:21px;background:var(--paper)}.settings-card h2{margin-bottom:18px;font-family:Georgia,serif;font-size:1.25rem;font-weight:600}.settings-card label small{color:var(--muted);font-size:.65rem;font-weight:500}.install-card{display:flex;gap:13px}.install-card svg{flex:0 0 auto;color:var(--forest)}.install-card h2{margin-bottom:5px}.install-card p{margin:0;color:var(--muted);font-size:.77rem;line-height:1.5}.logout-button{width:100%;border:1px solid #e0d5cf;color:#8f4534;background:transparent}.version{margin-top:19px;color:#9a9e9a;font-size:.65rem;text-align:center}.learn-hero{padding:28px 23px;border-radius:26px;background:var(--sage);text-align:center}.learn-glyph{display:inline-block;margin-bottom:16px;color:var(--forest);font-family:Georgia,"Noto Serif KR",serif;font-size:2.6rem}.learn-hero h2{margin-bottom:8px;font-family:Georgia,serif;font-size:1.65rem;font-weight:600}.learn-hero p{max-width:400px;margin:0 auto 21px;color:#596a63;font-size:.85rem;line-height:1.55}.learn-hero .primary-button{max-width:340px;margin:auto}.learn-details{display:grid;gap:8px;margin-top:14px}.learn-details>div{display:flex;align-items:center;gap:13px;padding:16px;border:1px solid #e8e4da;border-radius:18px;background:var(--paper)}.learn-details svg{color:var(--coral)}.learn-details span{display:flex;flex-direction:column;gap:2px}.learn-details strong{font-size:.84rem}.learn-details small{color:var(--muted);font-size:.69rem}@media(min-width:760px){.app-shell{padding:30px 0 105px}.screen{padding-inline:28px;border-radius:30px}.bottom-nav{left:50%;right:auto;bottom:18px;width:min(620px,calc(100% - 40px));transform:translate(-50%);border:1px solid rgba(32,73,63,.1);border-radius:23px;box-shadow:0 14px 40px #1c352d24}.auth-shell{grid-template-columns:minmax(360px,500px) 400px;gap:70px}.auth-intro,.auth-card{width:100%}.stats-grid{grid-template-columns:repeat(4,1fr)}.sheet{max-height:90vh;margin-bottom:3vh;border-radius:28px}}@media(max-width:480px){.two-columns,.conjugation-fields{grid-template-columns:1fr}.conjugation-hint{grid-column:1}.status-pill{display:none}.word-row{grid-template-columns:44px minmax(0,1fr) 16px}.metric-list{grid-template-columns:1fr 1fr}.progress-hero{grid-template-columns:1fr;text-align:center}.progress-ring{margin:auto}.form-actions{flex-direction:column-reverse}.form-actions .primary-button,.danger-button{width:100%}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
