:root{--red: #E53935;--red-light: #FFEBEE;--green: #2E7D32;--green-light: #E8F5E9;--orange: #F57C00;--orange-light: #FFF3E0;--bg: #F2F2F2;--card: #FFFFFF;--text: #1A1A1A;--subtext: #757575;--border: #E0E0E0;--nav-height: 64px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Vazirmatn,sans-serif;background:var(--bg);color:var(--text);direction:rtl;min-height:100dvh;max-width:480px;margin:0 auto;overflow-x:hidden}#root{min-height:100dvh;display:flex;flex-direction:column}.page{flex:1;padding:16px;padding-bottom:calc(var(--nav-height) + 16px);overflow-y:auto}.card{background:var(--card);border-radius:16px;padding:16px;box-shadow:0 1px 4px #00000012}.btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px;border-radius:12px;border:none;font-family:Vazirmatn,sans-serif;font-size:15px;font-weight:700;cursor:pointer;transition:opacity .15s}.btn:active{opacity:.8}.btn-red{background:var(--red);color:#fff}.btn-green{background:var(--green);color:#fff}.btn-outline{background:transparent;border:2px solid var(--border);color:var(--text)}.btn-outline.active{border-color:var(--red);color:var(--red)}.tag{display:inline-block;padding:3px 10px;border-radius:20px;font-size:12px;font-weight:700}.tag-red{background:var(--red);color:#fff}.tag-green{background:var(--green);color:#fff}.tag-orange{background:var(--orange);color:#fff}.tag-gray{background:var(--border);color:var(--subtext)}.progress-bar-wrap{background:var(--border);border-radius:999px;height:8px;overflow:hidden}.progress-bar-fill{height:100%;border-radius:999px;transition:width .4s ease}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.page-header h1{font-size:20px;font-weight:700}.back-btn{background:none;border:none;font-size:20px;cursor:pointer;padding:4px;color:var(--text)}.list-row{display:flex;align-items:center;justify-content:space-between;padding:14px 0;border-bottom:1px solid var(--border);cursor:pointer}.list-row:last-child{border-bottom:none}.bottom-nav{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:480px;height:var(--nav-height);background:var(--card);border-top:1px solid var(--border);display:flex;z-index:100}.nav-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;font-size:11px;color:var(--subtext);cursor:pointer;border:none;background:none;font-family:Vazirmatn,sans-serif;transition:color .15s}.nav-item.active{color:var(--red)}.nav-icon{font-size:22px;line-height:1}.section-title{font-size:16px;font-weight:700;margin-bottom:12px}.gap-8{display:flex;flex-direction:column;gap:8px}.gap-12{display:flex;flex-direction:column;gap:12px}.gap-16{display:flex;flex-direction:column;gap:16px}.row{display:flex;gap:8px}.row>*{flex:1}
