:root{
  color-scheme:light dark;
  --bg:#f2f2f7;--surface:#fff;--surface-2:#f7f7fa;--label:#1c1c1e;--secondary:#6c6c70;--tertiary:#8e8e93;
  --separator:rgba(60,60,67,.14);--blue:#007aff;--green:#248a3d;--orange:#b85c00;--red:#d70015;--gold:#9b6500;
  --shadow:0 1px 2px rgba(0,0,0,.025),0 8px 24px rgba(0,0,0,.035);--safe-bottom:env(safe-area-inset-bottom,0px);
  --title:28px;--headline:20px;--body:17px;--subhead:15px;--footnote:13px;
}
@media(prefers-color-scheme:dark){:root{--bg:#000;--surface:#1c1c1e;--surface-2:#2c2c2e;--label:#f5f5f7;--secondary:#aeaeb2;--tertiary:#8e8e93;--separator:rgba(84,84,88,.58);--blue:#0a84ff;--green:#30d158;--orange:#ff9f0a;--red:#ff453a;--gold:#ffd60a;--shadow:none}}
*{box-sizing:border-box} [hidden]{display:none!important} html,body{margin:0;min-height:100%;background:var(--bg)}
html{-webkit-text-size-adjust:100%;text-size-adjust:100%}
body{color:var(--label);font-family:-apple-system,BlinkMacSystemFont,"SF Pro Text","PingFang SC","Helvetica Neue",Arial,sans-serif;font-size:var(--body);font-weight:400;line-height:1.35;letter-spacing:-.012em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:geometricPrecision;font-variant-numeric:tabular-nums;font-synthesis:none;-webkit-tap-highlight-color:transparent}
button,select,input{font:inherit;color:inherit;font-variant-numeric:tabular-nums}button{cursor:pointer}button:disabled{opacity:.38;cursor:default}
.app-shell{min-height:100vh;padding-bottom:calc(96px + var(--safe-bottom))}.topbar{position:sticky;top:0;z-index:30;background:rgba(242,242,247,.88);-webkit-backdrop-filter:saturate(180%) blur(24px);backdrop-filter:saturate(180%) blur(24px);border-bottom:.5px solid transparent}
@media(prefers-color-scheme:dark){.topbar{background:rgba(0,0,0,.82)}}
.topbar-inner{height:68px;max-width:560px;margin:0 auto;padding:14px 20px 8px;display:flex;align-items:flex-end;justify-content:space-between}.topbar h1{margin:0;font-size:var(--title);line-height:1;font-weight:700;letter-spacing:-.035em}.topbar-button{width:42px;height:42px;margin:-7px -8px -7px 0;border:0;border-radius:50%;display:grid;place-items:center;background:transparent;color:var(--blue)}.topbar-button:active{background:rgba(120,120,128,.12)}.topbar-button svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
main{width:100%;max-width:560px;margin:0 auto}.page{display:none;padding:10px 16px 30px}.page.active{display:block}
.hero-card,.ios-card,.draft-group,.record-card,.draw-status-card,.empty-state,.records-toolbar{background:var(--surface);border-radius:20px;box-shadow:var(--shadow);overflow:hidden}.hero-card{min-height:102px;padding:18px 18px;display:flex;align-items:center;justify-content:space-between;gap:16px}.hero-card>div:first-child,.hero-total,.builder-head>div:first-child,.row-copy,.builder-preview>div,.record-item-head>div{display:flex;flex-direction:column;min-width:0}.hero-card>div:first-child{gap:4px}.hero-card span,.hero-card small,.section-heading span,.row-copy small,.builder-preview small,.record-meta,.status-note,.source-footnote,.latest-draw-meta>span{color:var(--secondary);font-size:var(--footnote);font-weight:400;line-height:1.35}.hero-card strong{font-size:var(--headline);font-weight:650;letter-spacing:-.025em}.hero-total{flex:none;text-align:right;gap:4px}.hero-total strong{font-size:22px;font-weight:650;color:var(--blue);white-space:nowrap}
.section-block{margin-top:24px}.section-heading{min-height:34px;padding:0 3px 10px;display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.section-heading strong{font-size:var(--headline);font-weight:650;letter-spacing:-.025em}.section-heading span{text-align:right}.game-scroll{display:flex;gap:9px;overflow-x:auto;padding:1px 1px 5px;scrollbar-width:none;overscroll-behavior-x:contain}.game-scroll::-webkit-scrollbar{display:none}
.game-button,.choice-chip,.mode-segment button,.parameter-chips button{border:0;background:#e5e5ea;color:var(--label);font-size:var(--subhead);font-weight:550;white-space:nowrap}.game-button{height:42px;padding:0 16px;border-radius:999px}.game-button.active,.choice-chip.active{background:var(--label);color:var(--surface)}@media(prefers-color-scheme:dark){.game-button,.choice-chip,.mode-segment button,.parameter-chips button{background:#2c2c2e}.game-button.active,.choice-chip.active{background:#f5f5f7;color:#000}}
.builder-card{margin-top:16px}.builder-head{padding:18px}.builder-head>div:first-child{gap:3px;margin-bottom:15px}.builder-head span{font-size:var(--footnote);color:var(--secondary)}.builder-head strong{font-size:var(--headline);font-weight:650;letter-spacing:-.025em}.choice-chips{display:flex;flex-wrap:wrap;gap:8px}.choice-chip{height:40px;padding:0 15px;border-radius:999px}
.list-row,.toggle-row{min-height:66px;padding:10px 17px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-top:.5px solid var(--separator)}.row-copy{gap:3px}.row-copy>span,.toggle-row strong{font-size:var(--body);font-weight:500;letter-spacing:-.015em}.value-select{flex:none;min-width:96px;height:44px;border:0;border-radius:12px;padding:0 31px 0 13px;background:var(--surface-2);font-size:var(--body);font-weight:550;text-align:center}.parameter-chips{display:flex;gap:6px}.parameter-chips button{min-height:38px;padding:0 12px;border-radius:10px}.parameter-chips button.active{background:var(--blue);color:#fff}.toggle-row{cursor:pointer}.toggle-row>span{display:flex;flex-direction:column;gap:3px;min-width:0}.toggle-row small{font-size:var(--footnote);color:var(--secondary)}.toggle-row input{position:absolute;opacity:0;pointer-events:none}.toggle-row i{position:relative;flex:none;width:51px;height:31px;border-radius:999px;background:#e9e9eb;transition:background .2s}.toggle-row i:after{content:"";position:absolute;top:2px;left:2px;width:27px;height:27px;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.28);transition:transform .2s}.toggle-row input:checked+i{background:#34c759}.toggle-row input:checked+i:after{transform:translateX(20px)}
.builder-preview{min-height:72px;padding:14px 17px;display:flex;align-items:center;justify-content:space-between;gap:14px;border-top:.5px solid var(--separator)}.builder-preview>div{gap:3px}.builder-preview>div>span{font-size:var(--body);font-weight:500}.builder-preview>strong{font-size:22px;font-weight:650;color:var(--blue);white-space:nowrap}
.primary-button,.secondary-primary{width:calc(100% - 28px);min-height:50px;margin:0 14px 14px;border:0;border-radius:14px;font-size:var(--body);font-weight:600;letter-spacing:-.015em}.primary-button,.secondary-primary{background:var(--blue);color:#fff}.primary-button:active,.secondary-primary:active{filter:brightness(.93)}.compact-primary{width:calc(100% - 32px);margin:2px 16px 16px}.button-spinner{display:none;width:17px;height:17px;border:2px solid rgba(255,255,255,.42);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}.is-loading .button-spinner{display:inline-block;margin-left:8px}@keyframes spin{to{transform:rotate(360deg)}}
.draft-list,.records-list{display:grid;gap:14px}.draft-group,.record-card{overflow:hidden}.draft-group-head,.record-head{padding:17px 18px;display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.draft-group-head>div{display:flex;flex-direction:column;gap:4px}.draft-group-head strong,.record-head strong{font-size:var(--body);font-weight:600}.money-blue{color:var(--blue);white-space:nowrap}.ticket-row,.record-item,.saved-ticket-row{padding:15px 17px;border-top:.5px solid var(--separator)}.ticket-row-head,.record-item-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:11px}.ticket-row-head strong,.record-item-head strong{font-size:var(--subhead);font-weight:600}.ticket-actions,.group-actions,.record-actions,.plan-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:13px}.ticket-actions button,.group-actions button,.record-actions button,.plan-actions button,.records-toolbar button{min-height:38px;padding:0 13px;border:0;border-radius:11px;background:var(--surface-2);color:var(--blue);font-size:var(--subhead);font-weight:550}.danger-text{color:var(--red)!important}.group-actions{padding:14px 17px;margin:0;border-top:.5px solid var(--separator)}
.ball{display:inline-grid;place-items:center;min-width:31px;height:31px;padding:0 7px;border-radius:999px;background:#f2f2f7;color:var(--label);font-size:14px;font-weight:600;line-height:1}.ball.red{background:#fff0f0;color:#c91c1c}.ball.blue{background:#edf4ff;color:#1769c2}.ball.gold{background:#fff5d8;color:#946000}.ball.hit{background:#34c759!important;color:#fff!important}.balls-wrap{display:flex;flex-wrap:wrap;gap:7px}.hit-line{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin-top:7px}.hit-line>strong{font-size:var(--footnote);color:var(--secondary);width:30px}.digit-group{display:flex;gap:5px}.digit-sep{color:var(--tertiary);align-self:center}
.save-card{margin-top:15px}.emphasized-toggle{border-top:0}.plan-actions{padding:13px 16px;margin:0;border-top:.5px solid var(--separator)}.plan-actions button{flex:1}.save-card .primary-button{margin-top:1px}
.records-toolbar{padding:15px 16px;margin-bottom:14px;display:flex;align-items:center;justify-content:space-between;gap:12px}.records-toolbar>div:first-child{display:flex;flex-direction:column;gap:3px}.records-toolbar>div:first-child strong{font-size:var(--body);font-weight:600}.records-toolbar>div:first-child span{font-size:var(--footnote);color:var(--secondary)}.records-toolbar>div:last-child{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:7px}.records-toolbar button{padding:0 10px;min-height:36px}
.record-main{display:flex;align-items:flex-start;gap:12px}.record-main>div{display:flex;flex-direction:column;gap:4px}.record-select{width:26px;height:26px;border:0;border-radius:50%;background:#e9e9ed;color:#fff;font-size:15px}.record-select.selected{background:var(--blue)}.record-total{font-size:19px!important;white-space:nowrap}.record-summary-grid,.settlement-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:.5px solid var(--separator)}.record-summary-grid>div,.settlement-grid>div{padding:13px 14px;display:flex;flex-direction:column;gap:4px;border-right:.5px solid var(--separator)}.record-summary-grid>div:last-child,.settlement-grid>div:nth-child(4){border-right:0}.record-summary-grid span,.settlement-grid span{font-size:var(--footnote);color:var(--secondary)}.record-summary-grid strong,.settlement-grid strong{font-size:var(--body);font-weight:600}.status-pill,.source-badge{display:inline-flex;align-items:center;width:max-content;min-height:24px;padding:0 9px;border-radius:999px;font-size:12px;font-weight:600}.status-pill.pending{background:#fff3dc;color:#a35a00}.status-pill.won{background:#e7f7eb;color:#208338}.status-pill.lost,.status-pill.unbet{background:#ededf0;color:var(--secondary)}.record-item-prize{font-size:var(--body)!important;color:var(--green)}.record-item-prize.pending{color:var(--secondary)}.record-numbers{margin-top:12px}.record-numbers>.record-meta{display:block;margin-bottom:7px}.record-ticket-details{margin-top:12px}.record-ticket-details summary{font-size:var(--subhead);color:var(--blue);cursor:pointer}.record-actions{padding:14px 17px;margin:0;border-top:.5px solid var(--separator)}.record-actions button{flex:1;min-width:42%}.status-note{margin:11px 0 0}.profit-positive{color:var(--green)!important}.profit-negative{color:var(--orange)!important}
.compare-mode-card,.latest-draws-card,.settlement-card{margin-bottom:15px}.compare-mode-card .section-heading,.latest-draws-card .section-heading,.settlement-card .section-heading{padding:18px 17px 12px}.mode-segment{height:36px;margin:0 16px 12px;padding:2px;border-radius:10px;background:var(--surface-2);display:grid;grid-template-columns:1fr 1fr}.mode-segment button{border-radius:8px;background:transparent;color:var(--secondary)}.mode-segment button.active{background:var(--surface);color:var(--label);box-shadow:0 1px 3px rgba(0,0,0,.12)}.compare-mode-card>p{margin:0 17px 13px;color:var(--secondary);font-size:var(--footnote);line-height:1.45}.latest-draw-row{padding:14px 17px;border-top:.5px solid var(--separator)}.latest-draw-meta{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:10px}.latest-draw-meta>div{display:flex;align-items:center;gap:8px}.latest-draw-meta strong{font-size:var(--body);font-weight:600}.source-badge.live{background:#e7f7eb;color:#208338}.source-badge.cache{background:#eaf3ff;color:#1769c2}.source-badge.snapshot{background:#ededf0;color:var(--secondary)}.source-badge.conflict{background:#fff0f0;color:var(--red)}.source-footnote{margin:0;padding:13px 17px 16px;border-top:.5px solid var(--separator)}.settlement-grid{grid-template-columns:repeat(2,1fr)}.settlement-grid>div:nth-child(2){border-right:0}.settlement-grid>div:nth-child(n+3){border-top:.5px solid var(--separator)}.draw-status-details{padding:0 17px 16px;color:var(--secondary);font-size:var(--subhead);line-height:1.65}
.settings-title{margin:22px 5px 9px;color:var(--secondary);font-size:var(--footnote);text-transform:uppercase;letter-spacing:.02em}.settings-card{overflow:hidden}.setting-row{width:100%;min-height:56px;padding:0 17px;border:0;border-bottom:.5px solid var(--separator);background:transparent;display:flex;align-items:center;justify-content:space-between;text-align:left}.setting-row:last-child{border-bottom:0}.setting-row span{font-size:var(--body);font-weight:450}.setting-row em{font-style:normal;font-size:var(--subhead);color:var(--secondary)}.danger-row span{color:var(--red)}.version-line{text-align:center;color:var(--tertiary);font-size:12px;margin:20px 0}
.empty-state{padding:30px 22px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:6px}.empty-state strong{font-size:var(--body);font-weight:600}.empty-state span{font-size:var(--subhead);color:var(--secondary)}
.bottom-nav{position:fixed;z-index:50;left:50%;bottom:calc(10px + var(--safe-bottom));transform:translateX(-50%);width:min(340px,calc(100vw - 28px));height:64px;padding:6px;display:grid;grid-template-columns:repeat(3,1fr);border:.5px solid rgba(60,60,67,.18);border-radius:24px;background:rgba(250,250,252,.86);-webkit-backdrop-filter:saturate(180%) blur(25px);backdrop-filter:saturate(180%) blur(25px);box-shadow:0 8px 30px rgba(0,0,0,.16)}@media(prefers-color-scheme:dark){.bottom-nav{background:rgba(35,35,37,.86)}}.nav-item{border:0;border-radius:18px;background:transparent;color:var(--secondary);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px}.nav-item svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.nav-item small{font-size:11px;font-weight:550}.nav-item.active{color:var(--blue);background:rgba(0,122,255,.08)}
.toast{position:fixed;z-index:90;left:50%;bottom:calc(88px + var(--safe-bottom));transform:translate(-50%,12px);min-width:150px;max-width:calc(100vw - 40px);min-height:46px;padding:0 16px;border-radius:15px;background:rgba(28,28,30,.92);color:#fff;display:flex;align-items:center;justify-content:center;gap:18px;font-size:var(--subhead);font-weight:550;opacity:0;transition:opacity .18s,transform .18s;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.toast.show{opacity:1;transform:translate(-50%,0)}.toast button{border:0;background:transparent;color:#7db8ff;font-weight:650}
.modal-backdrop{position:fixed;inset:0;z-index:100;padding:24px;display:grid;place-items:end center;background:rgba(0,0,0,.34);opacity:0;transition:opacity .18s}.modal-backdrop.visible{opacity:1}.modal-card{width:min(360px,100%);padding:20px;border-radius:22px;background:var(--surface);text-align:center;transform:translateY(14px);transition:transform .2s}.modal-backdrop.visible .modal-card{transform:translateY(0)}.modal-card h2{margin:0 0 8px;font-size:var(--headline);font-weight:650}.modal-card p{margin:0;color:var(--secondary);font-size:var(--subhead);line-height:1.5;white-space:pre-line}.modal-actions{display:flex;gap:9px;margin-top:18px}.modal-actions button{flex:1;min-height:46px;border:0;border-radius:13px;background:var(--surface-2);color:var(--blue);font-weight:600}.modal-actions button.primary{background:var(--blue);color:#fff}.modal-actions button.danger{color:var(--red)}
@media(max-width:390px){:root{--title:27px;--headline:19px;--body:16px;--subhead:14px}.page{padding-left:12px;padding-right:12px}.topbar-inner{padding-left:16px;padding-right:16px}.hero-card{padding:16px}.list-row,.toggle-row{padding-left:15px;padding-right:15px}.record-summary-grid strong{font-size:15px}.record-actions button{min-width:100%}}
@media(min-width:700px){.page{padding-top:18px}.topbar-inner{height:74px}.hero-card,.ios-card,.draft-group,.record-card,.draw-status-card,.empty-state,.records-toolbar{border:1px solid var(--separator)}}


.comparison-test{position:fixed;inset:0;z-index:120;background:var(--bg);overflow:auto;padding-bottom:calc(32px + var(--safe-bottom))}
.test-topbar{position:sticky;top:0;z-index:2;min-height:58px;padding:calc(8px + env(safe-area-inset-top,0px)) 16px 8px;display:grid;grid-template-columns:72px 1fr 72px;align-items:center;border-bottom:.5px solid var(--separator);background:rgba(242,242,247,.9);-webkit-backdrop-filter:saturate(180%) blur(24px);backdrop-filter:saturate(180%) blur(24px)}
@media(prefers-color-scheme:dark){.test-topbar{background:rgba(0,0,0,.86)}}
.test-topbar>div{display:flex;flex-direction:column;align-items:center;gap:1px}.test-topbar strong{font-size:var(--body);font-weight:600}.test-topbar span{font-size:12px;color:var(--secondary)}.test-topbar button{min-height:40px;border:0;background:transparent;color:var(--blue);font-size:var(--body);font-weight:500}.test-topbar button:first-child{text-align:left}.test-topbar button:last-child{text-align:right}
.test-main{width:100%;max-width:560px;margin:0 auto;padding:14px 16px 32px}.test-banner{padding:13px 15px;margin-bottom:14px;border-radius:14px;background:rgba(0,122,255,.09);display:flex;flex-direction:column;gap:3px}.test-banner strong{font-size:var(--subhead);font-weight:600;color:var(--blue)}.test-banner span{font-size:var(--footnote);color:var(--secondary)}
.test-summary{margin-bottom:14px}.test-summary-head{padding:17px;display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.test-summary-head>div{display:flex;flex-direction:column;gap:4px}.test-summary-head strong{font-size:var(--headline);font-weight:650}.test-summary-head span{font-size:var(--footnote);color:var(--secondary)}.test-summary-head>strong{color:var(--green);white-space:nowrap}
.test-item{margin-bottom:14px}.test-item-header{padding:16px 17px;display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.test-item-header>div{display:flex;flex-direction:column;gap:4px}.test-item-header strong{font-size:var(--body);font-weight:600}.test-item-header span{font-size:var(--footnote);color:var(--secondary)}.test-item-header>strong{color:var(--green);white-space:nowrap}.test-draw{padding:0 17px 15px}.test-draw>span{display:block;margin-bottom:8px;font-size:var(--footnote);color:var(--secondary)}.test-ticket{padding:14px 17px;border-top:.5px solid var(--separator)}.test-ticket-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.test-ticket-head strong{font-size:var(--subhead);font-weight:600}.test-ticket-head span{font-size:var(--subhead);font-weight:600;color:var(--green)}.test-tax-note{margin:0;padding:13px 17px 16px;border-top:.5px solid var(--separator);font-size:var(--footnote);line-height:1.45;color:var(--secondary)}

/* v3.9 — 统一随机、常用方案与精细控件 */
.value-select{
  width:112px;
  min-width:112px;
  height:44px;
  padding:0 34px 0 12px;
  border:1px solid transparent;
  border-radius:12px;
  background-color:var(--surface-2);
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='m3 4.5 3 3 3-3' fill='none' stroke='%236c6c70' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-position:right 12px center;
  appearance:none;
  -webkit-appearance:none;
  text-align-last:center;
  font-weight:600;
}
.value-select:focus{outline:3px solid rgba(0,122,255,.18);border-color:rgba(0,122,255,.38)}
.favorite-card{margin-top:14px;padding:16px 17px;display:flex;align-items:center;justify-content:space-between;gap:14px}
.favorite-copy{min-width:0;display:flex;flex-direction:column;gap:3px}.favorite-copy>span,.favorite-copy small{font-size:var(--footnote);color:var(--secondary)}.favorite-copy strong{font-size:var(--body);font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.favorite-actions{flex:none;display:flex;flex-direction:column;gap:7px}.favorite-actions .primary-button{min-height:42px;padding:0 15px}.favorite-actions>button:last-child{min-height:34px;border:0;background:transparent;color:var(--red);font-size:var(--footnote)}
.pending-random{min-height:76px;padding:15px 17px;border-top:.5px solid var(--separator);display:flex;align-items:center;justify-content:space-between;color:var(--secondary)}.pending-random span{font-size:var(--subhead)}.pending-random strong{font-size:var(--subhead);font-weight:600;color:var(--label)}
#randomizePlanBtn{margin:16px 17px 0;width:calc(100% - 34px)}.save-plan-button{margin-top:0}.plan-actions{padding:14px 17px;margin:0}.plan-actions button{flex:1;min-width:30%}
.pull-refresh{position:fixed;z-index:80;top:max(8px,env(safe-area-inset-top,0px));left:50%;transform:translate(-50%,-72px);height:46px;padding:0 15px;border-radius:23px;background:rgba(255,255,255,.94);box-shadow:0 6px 20px rgba(0,0,0,.14);display:flex;align-items:center;gap:9px;opacity:0;transition:opacity .16s,transform .2s;pointer-events:none;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}
@media(prefers-color-scheme:dark){.pull-refresh{background:rgba(44,44,46,.94)}}
.pull-refresh.visible{opacity:1}.pull-refresh strong{font-size:var(--subhead);font-weight:550;white-space:nowrap}.pull-refresh-spinner{width:18px;height:18px;border:2px solid rgba(0,122,255,.22);border-top-color:var(--blue);border-radius:50%}.pull-refresh.refreshing .pull-refresh-spinner{animation:pull-spin .75s linear infinite}@keyframes pull-spin{to{transform:rotate(360deg)}}
.draft-group-head .record-meta{line-height:1.45}.record-actions button{min-width:30%}
@media(max-width:390px){.value-select{width:104px;min-width:104px}.favorite-card{align-items:flex-start;flex-direction:column}.favorite-actions{width:100%;display:grid;grid-template-columns:1fr auto;align-items:center}.record-actions button{min-width:46%}}
