:root{--inner-border:2px solid #000}.smart-main{max-width:720px}@media(min-width:980px){.smart-main{max-width:860px}}.smart-tool,.smart-tool *{box-sizing:border-box}.smart-tool a,.smart-tool b,.smart-tool i,.smart-tool strong,.smart-tool em,.smart-tool small,.smart-tool code{line-height:inherit}.smart-tool{margin-top:14px;display:grid;gap:14px}.smart-tool .tool-head{border:var(--border);padding:1rem;background:var(--accent-bg)}.smart-tool .tool-head p{margin-bottom:0;max-width:78ch}.smart-tool .toolbar{display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:space-between;margin-bottom:10px}.smart-tool .toolbar .left,.smart-tool .toolbar .right{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.smart-tool .mini-control{display:flex;gap:8px;align-items:center;border:var(--inner-border);padding:8px 10px;background:#fff}.smart-tool .mini-control label{margin:0;font-weight:900;line-height:1.2}.smart-tool .mini-control select{margin:0;padding:.35rem .5rem;border:var(--inner-border);width:auto;max-width:16rem}.smart-tool .mini-control input[type=checkbox]{width:auto;margin:0;transform:translateY(1px);accent-color:var(--accent-button)}.smart-tool button,.smart-tool .button{flex:initial;margin:0;padding:.65rem .8rem}.smart-tool .fieldGrid{display:grid;grid-template-columns:repeat(12,1fr);gap:12px 14px;align-items:start}.smart-tool .span-12{grid-column:1/-1}.smart-tool .span-6{grid-column:span 6}@media(max-width:640px){.smart-tool .span-6{grid-column:1/-1}}.smart-tool .dblock{overflow:hidden;transition:max-height .18s ease,opacity .18s ease,margin .18s ease,padding .18s ease,transform .18s ease;padding:0;margin:0;opacity:1;max-height:1400px;transform:translateY(0)}.smart-tool .dblock.is-hidden{display:none !important;max-height:0 !important;opacity:0;padding:0 !important;margin:0 !important;transform:translateY(-2px);pointer-events:none}.smart-tool .field{margin-bottom:0}.smart-tool label{display:block}.smart-tool .req::after{content:" *";color:var(--accent-button);font-weight:900}.smart-tool .labelRow{display:flex;align-items:flex-start;gap:10px;margin-bottom:6px;flex-wrap:nowrap}.smart-tool .labelLeft{flex:auto;min-width:0;display:grid;grid-template-columns:minmax(0,1fr)auto auto;column-gap:8px;row-gap:4px;align-items:center}.smart-tool .labelLeft label{margin:0;min-width:0}.smart-tool .optTag{font-size:.78rem;font-weight:900;opacity:.7;white-space:nowrap}.smart-tool .labelRow>.skipLink{flex:none;align-self:center}.smart-tool .qmark{border:var(--inner-border);background:#fff;width:26px;height:26px;padding:0;line-height:1;display:inline-grid;place-items:center;font-weight:900;cursor:pointer;box-shadow:2px 2px #000;justify-self:end;align-self:center}.smart-tool .qmark:hover,.smart-tool .qmark:focus{background:var(--accent-button);color:#fff;outline:2px solid var(--accent-button);box-shadow:1px 1px #000}.smart-tool .skipLink{border:0 !important;background:0 0 !important;box-shadow:none !important;padding:0 !important;margin:0 !important;font:inherit;font-weight:900;cursor:pointer;text-decoration:underline;text-decoration-color:var(--link);color:var(--link);line-height:1.2;white-space:nowrap}.smart-tool .skipLink:hover{background:0 0 !important;color:#000;text-decoration-color:#000;outline:none}.smart-tool .skipLink:focus{outline:2px solid var(--accent-button);outline-offset:2px}.smart-tool .copyLink{border:0;background:0 0;padding:0;margin:0;font:inherit;font-weight:900;cursor:pointer;text-decoration:underline;text-decoration-color:var(--link);color:var(--link);line-height:1.2;white-space:nowrap}.smart-tool .copyLink:hover{background:0 0;color:#000;text-decoration-color:#000;outline:none}.smart-tool .copyLink:focus{outline:2px solid var(--accent-button);outline-offset:2px}.smart-tool input,.smart-tool select,.smart-tool textarea{width:100%;max-width:none;margin-bottom:0;border:var(--inner-border)}.smart-tool textarea{resize:vertical}.smart-tool input::placeholder,.smart-tool textarea::placeholder{font-size:.74rem;line-height:1.15;opacity:.65}.smart-tool .help{font-size:.9rem;margin-top:6px;margin-bottom:0;opacity:.75;max-width:76ch}.smart-tool .flash{animation:flashPulse 1900ms ease-out 1}@keyframes flashPulse{0%{box-shadow:0 0 rgba(240,0,0,0);background:#fff}18%{box-shadow:0 0 0 10px rgba(240,0,0,.18);background:#fff7f7}55%{box-shadow:0 0 0 10px rgba(240,0,0,.18);background:#fff7f7}100%{box-shadow:0 0 rgba(240,0,0,0);background:#fff}}.smart-tool .micro{border:var(--inner-border);background:#fff;padding:10px;margin-top:12px;margin-bottom:0}.smart-tool .micro h3{margin:0 0 8px}.smart-tool .micro-list{display:grid;gap:10px;margin:0}.smart-tool .micro-item{border:var(--inner-border);padding:0;background:#fff}.smart-tool .noticeBtn{width:100%;text-align:left;border:0 !important;background:#fff !important;padding:10px !important;box-shadow:none !important;margin:0 !important;display:flex;gap:10px;align-items:flex-start;cursor:pointer;color:#000 !important}.smart-tool .noticeBtn:hover,.smart-tool .noticeBtn:focus,.smart-tool .noticeBtn:active{background:var(--accent-bg) !important;color:#000 !important;box-shadow:none !important;outline:2px solid var(--accent-button);outline-offset:2px}.smart-tool .noticeBtn .noticeText strong,.smart-tool .noticeBtn .noticeText span{color:inherit !important}.smart-tool .micro-dot{width:12px;height:12px;border:var(--inner-border);background:#fff;margin-top:5px;flex:0 0 12px}.smart-tool .micro-dot.good{background:#7cff7c}.smart-tool .micro-dot.warn{background:#fd5}.smart-tool .micro-dot.bad{background:#ff8aa1}.smart-tool .micro-dot.info{background:#fff}.smart-tool .noticeText strong{display:block}.smart-tool .noticeText span{display:block;opacity:.85}.smart-tool .out-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-start;margin-bottom:12px}#outList{display:grid;gap:14px;grid-template-columns:1fr;align-items:stretch}@media(min-width:760px){#outList{grid-template-columns:1fr 1fr}}.smart-tool .out-card{border:var(--inner-border);padding:1rem;background:#fff;display:flex;flex-direction:column;gap:10px;margin:0;min-height:100%}.smart-tool .out-titleRow{display:flex;align-items:baseline;justify-content:space-between;gap:12px;min-height:0}.smart-tool .out-titleRow h3{margin:0;line-height:1.25}.smart-tool .out-desc{margin:0;opacity:.8}.smart-tool .out-wrap{position:relative;margin-top:2px}.smart-tool .output{border:var(--inner-border);padding:.75rem;background:#fafafa;white-space:pre-wrap;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,liberation mono,courier new,monospace;font-size:.95rem;line-height:1.5rem;margin:0;width:100%;resize:none;overflow:auto;min-height:180px}.smart-toast{position:fixed;left:50%;bottom:18px;transform:translateX(-50%);background:#fff;border:var(--inner-border);box-shadow:6px 6px #000;padding:.55rem .75rem;max-width:calc(100vw - 26px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:none;z-index:999;font-weight:900}.smart-toast.show{display:block}.help-pop{position:fixed;z-index:1000;border:var(--inner-border);background:#fff;box-shadow:6px 6px #000;padding:10px;max-width:min(460px,calc(100vw - 24px));display:none}.help-pop.show{display:block}.help-pop .help-title{font-weight:900;margin:0 0 6px}.help-pop .help-body{margin:0;opacity:.9}.help-pop .help-close{border:0;background:0 0;box-shadow:none;padding:0;margin:8px 0 0;font:inherit;font-weight:900;text-decoration:underline;color:var(--link);cursor:pointer}.all-modal{position:fixed;inset:12px;z-index:1100;background:#fff;border:var(--inner-border);box-shadow:10px 10px #000;padding:12px;display:none}.all-modal.show{display:block}.all-modal .row{display:flex;gap:10px;flex-wrap:wrap;align-items:center;justify-content:space-between;margin-bottom:10px}.all-modal .row strong{font-weight:900}.all-modal .closeLink{border:0 !important;background:0 0 !important;box-shadow:none !important;padding:0 !important;margin:0 !important;font:inherit;font-weight:900;cursor:pointer;text-decoration:underline;color:var(--link)}.all-modal textarea{width:100%;height:calc(100% - 48px);border:var(--inner-border);padding:10px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,liberation mono,courier new,monospace;font-size:.95rem;line-height:1.5rem;resize:none}