/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.fixed{position:fixed}.relative{position:relative}.start{inset-inline-start:var(--spacing)}.table{display:table}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}:root{--navy:#173e62;--ink:#18232d;--muted:#758491;--line:#e1e7eb}*{box-sizing:border-box}body{color:var(--ink);background:#eef2f5;margin:0;font-family:Arial,Noto Sans KR,sans-serif}button,input,textarea,select{font:inherit}button{cursor:pointer}.eyebrow{color:#66819a;letter-spacing:.16em;margin:0 0 7px;font-size:10px;font-weight:900}.primary,.secondary{border:0;border-radius:10px;justify-content:center;align-items:center;gap:7px;min-height:42px;padding:0 16px;font-weight:800;display:inline-flex}.primary{background:var(--navy);color:#fff}.secondary{color:#40576a;background:#fff;border:1px solid #d8e1e7}.primary svg,.secondary svg{width:17px}.wide{width:100%}.login-page{background:linear-gradient(145deg,#f5f7f9,#e5ebf0);place-items:center;min-height:100vh;padding:24px;display:grid}.back-link{color:#53697b;background:0 0;border:0;align-items:center;gap:5px;display:flex;position:absolute;top:24px;left:24px}.back-link svg{width:17px}.login-card{background:#fff;border:1px solid #dbe4ea;border-radius:23px;width:min(430px,100%);padding:45px;box-shadow:0 25px 70px #223c5120}.brand-mark{background:var(--navy);color:#fff;border-radius:17px;place-items:center;width:56px;height:56px;margin-bottom:20px;display:grid}.brand-mark svg{width:27px}.login-card h1{margin:0;font-size:29px}.login-card>p:not(.eyebrow){color:var(--muted);margin:9px 0 25px;font-size:14px;line-height:1.6}.login-card label,.field{flex-direction:column;gap:8px;margin-bottom:16px;font-size:12px;font-weight:800;display:flex}.login-card input,.field input,.field textarea,.field select{background:#fff;border:1px solid #d7e0e6;border-radius:9px;outline:0;width:100%;padding:12px}.login-card input:focus,.field input:focus,.field textarea:focus{border-color:#6385a0;box-shadow:0 0 0 3px #214e7a12}.login-card>small{text-align:center;color:#91a0ac;margin-top:14px;display:block}.admin-shell{background:#f3f5f7;min-height:100vh;display:flex}.sidebar{color:#fff;background:#102f4c;flex-direction:column;width:236px;padding:27px 18px;display:flex;position:fixed;inset:0 auto 0 0}.side-brand{align-items:center;gap:10px;padding:0 10px 29px;display:flex}.side-brand>span{flex-direction:column;display:flex}.side-brand small{opacity:.5;letter-spacing:.15em;margin-top:4px;font-size:9px}.sidebar nav,.sidebar footer{flex-direction:column;gap:6px;display:flex}.sidebar footer{border-top:1px solid #ffffff18;margin-top:auto;padding-top:12px}.sidebar button{color:#c2d0dc;text-align:left;background:0 0;border:0;border-radius:9px;align-items:center;gap:11px;min-height:45px;padding:0 13px;font-size:13px;display:flex}.sidebar button svg{width:18px}.sidebar button.active{color:#fff;background:#ffffff15;font-weight:800;box-shadow:inset 3px 0 #7eb5df}.admin-main{width:calc(100% - 236px);margin-left:236px}.admin-header{border-bottom:1px solid var(--line);background:#fff;justify-content:space-between;align-items:center;height:94px;padding:19px 33px;display:flex}.admin-header h1{margin:0;font-size:24px}.admin-user{align-items:center;gap:11px;display:flex}.admin-user>span{text-align:right;flex-direction:column;font-size:11px;display:flex}.admin-user small{color:#8996a1;margin-top:3px}.admin-user>svg{color:#577087;background:#e9eef2;border-radius:50%;width:40px;height:40px;padding:10px}.content,.editor-layout{padding:28px 33px 48px}.toolbar{justify-content:space-between;gap:15px;margin-bottom:20px;display:flex}.search{border:1px solid var(--line);background:#fff;border-radius:10px;align-items:center;gap:8px;width:320px;padding:0 12px;display:flex}.search svg{color:#91a0ac;width:17px}.search input{border:0;outline:0;flex:1;padding:12px 0}.stats{grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:20px;display:grid}.stat{border:1px solid var(--line);background:#fff;border-radius:13px;align-items:center;gap:12px;padding:17px;display:flex}.stat>span{color:#4e6b83;background:#eaf0f4;border-radius:11px;place-items:center;width:40px;height:40px;display:grid}.stat svg{width:18px}.stat>div{flex-direction:column;display:flex}.stat small{color:#798895}.stat b{font-size:23px}.company-grid{grid-template-columns:repeat(3,minmax(230px,1fr));gap:17px;display:grid}.company-card{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:15px;padding:20px;transition:all .18s}.company-card:hover{border-color:#9fb6c8;box-shadow:0 8px 22px #173e6210}.company-card.selected{border:2px solid #2e678f;box-shadow:0 0 0 3px #2e678f18}.company-top{justify-content:space-between;align-items:start;display:flex}.company-logo{color:#fff;border-radius:14px;place-items:center;width:51px;height:51px;font-weight:900;display:grid}.status{color:#85929d;background:#edf1f3;border-radius:20px;padding:5px 9px;font-size:10px;font-weight:900}.status.on{color:#2b8a5e;background:#e4f4eb}.company-card h3{margin:17px 0 5px;font-size:18px}.company-card>p{color:#7a8995;margin:0;font-size:11px}.url{color:#657887;background:#f4f6f8;border-radius:8px;align-items:center;gap:6px;margin:16px 0;padding:10px;font-size:11px;display:flex}.url svg{flex:none;width:14px}.url span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.address-preview{color:#53728a;overflow-wrap:anywhere;font-size:10px;font-weight:600}.card-actions{grid-template-columns:repeat(4,1fr) 39px;gap:7px;display:grid}.card-actions button,.menu-row button,.icon-button{color:#536777;background:#fff;border:1px solid #dfe6eb;border-radius:8px;justify-content:center;align-items:center;gap:5px;min-height:37px;font-size:11px;display:flex}.card-actions .select-company{color:#20597f;background:#eaf3f8;border-color:#c9dce8;font-weight:800}.card-actions svg,.menu-row button svg,.icon-button svg{width:14px}.card-actions button:last-child,.menu-row button:last-child{color:#c45959}.editor-layout{grid-template-columns:minmax(560px,1fr) 305px;align-items:start;gap:24px;display:grid}.panel{border:1px solid var(--line);background:#fff;border-radius:15px;padding:24px}.panel-head{border-bottom:1px solid #edf0f2;justify-content:space-between;align-items:center;gap:15px;margin-bottom:21px;padding-bottom:19px;display:flex}.panel-head h2{margin:0;font-size:18px}.panel-head p{color:#7c8b96;margin:6px 0 0;font-size:11px}.form-grid{grid-template-columns:1fr 1fr;column-gap:17px;display:grid}.field.full{grid-column:1/-1}.field textarea{resize:vertical;min-height:80px}.color{gap:8px;display:flex}.color input[type=color]{width:47px;padding:3px}.publish{background:#f4f7f9;border-radius:11px;justify-content:space-between;align-items:center;padding:15px;display:flex}.publish>span,.switch>span{flex-direction:column;font-size:12px;display:flex}.publish small,.switch small{color:#8795a0;margin-top:4px}.menu-list{flex-direction:column;gap:9px;display:flex}.menu-row{border:1px solid #e2e8ec;border-radius:11px;align-items:center;gap:11px;min-height:72px;padding:10px;display:flex}.menu-row>svg{color:#a8b3bc;width:16px}.order{background:#f0f3f5;border-radius:50%;place-items:center;width:21px;height:21px;font-size:9px;display:grid}.menu-icon{background:#f0f4f7;border-radius:10px;place-items:center;width:40px;height:40px;display:grid}.menu-copy{flex-direction:column;flex:1;min-width:0;font-size:12px;display:flex}.menu-copy small{color:#87949e;white-space:nowrap;text-overflow:ellipsis;margin-top:5px;overflow:hidden}.menu-row button{width:35px}.message-area{line-height:1.7;min-height:155px!important}.switch{justify-content:space-between;align-items:center;padding:4px 0 19px;display:flex}.switch input{width:40px;height:22px;accent-color:var(--navy)}.preview{position:sticky;top:22px}.preview-head{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.preview-head>span{flex-direction:column;font-size:12px;display:flex}.preview-head small{color:#8896a1;margin-top:3px;font-size:10px}.preview-head button{color:#5c768c;background:0 0;border:0;align-items:center;gap:4px;font-size:10px;display:flex}.preview-head svg{width:13px}.device{background:#fff;border:7px solid #1a242e;border-radius:34px;width:260px;min-height:530px;margin:auto;position:relative;overflow:hidden;box-shadow:0 16px 35px #152d4128}.device>i{z-index:2;background:#18212a;border-radius:12px;width:67px;height:16px;position:absolute;top:7px;left:50%;translate:-50%}.device>header{color:#fff;align-items:center;gap:8px;height:74px;padding:29px 15px 11px;display:flex}.device>header span{color:#315a79;background:#fff;border-radius:7px;place-items:center;width:25px;height:25px;font-size:7px;font-weight:900;display:grid}.device>header b{font-size:11px}.device>main{padding:22px 15px}.device main>p{letter-spacing:.15em;color:#859aa9;font-size:6px}.device h3{margin:6px 0;font-size:18px}.device h3 em{color:#315b7b;font-style:normal}.device main>small{color:#74848f;font-size:8px;line-height:1.5}.device h4{margin:26px 0 9px;font-size:10px}.device main>div{border:1px solid #e3e8ec;border-radius:10px;align-items:center;gap:8px;min-height:48px;margin-bottom:7px;padding:8px;display:flex}.device main>div span{background:#edf2f5;border-radius:7px;place-items:center;width:26px;height:26px;display:grid}.device main>div b{flex:1;font-size:8px}.device main>div>svg{color:#9ba7b0;width:11px}.modal-bg{z-index:20;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#132638aa;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.modal{background:#fff;border-radius:19px;max-height:92vh;padding:27px;overflow:auto;box-shadow:0 30px 70px #0d1e2c45}.menu-editor{width:570px;max-width:100%}.qr-modal{text-align:center;width:330px}.qr-modal>div{border:1px solid var(--line);border-radius:15px;padding:17px;display:inline-grid}.qr-modal h2{margin:18px 0 7px}.qr-modal p{color:#788793;margin:0 0 19px;font-size:12px;line-height:1.6}.toast{z-index:50;color:#fff;background:#152d41;border-radius:25px;align-items:center;gap:7px;padding:11px 17px;font-size:12px;display:flex;position:fixed;bottom:25px;left:50%;translate:-50%;box-shadow:0 10px 30px #1024354d}.toast svg{width:17px}.domain-panel{max-width:780px}.domain-status{color:#287f57;background:#e4f4eb;border-radius:20px;align-items:center;gap:6px;padding:7px 10px;font-size:10px;font-weight:900;display:inline-flex}.domain-status svg{width:14px}.domain-card{background:#f3f7fa;border:1px solid #e1e8ed;border-radius:13px;align-items:center;gap:14px;margin-bottom:22px;padding:17px;display:flex}.domain-icon{color:#fff;background:#173e62;border-radius:12px;flex:none;place-items:center;width:46px;height:46px;display:grid}.domain-icon svg{width:22px}.domain-card>div{flex-direction:column;display:flex}.domain-card b{font-size:13px}.domain-card p{color:#738593;margin:5px 0 0;font-size:11px;line-height:1.5}.domain-input{align-items:center;display:flex;position:relative}.domain-input>svg{color:#7a8d9b;width:17px;position:absolute;left:12px}.domain-input input{padding-left:39px}.domain-actions{justify-content:flex-end;gap:9px;margin-top:4px;display:flex}.domain-guide{background:#fbfcfd;border:1px dashed #bbcad5;border-radius:12px;margin-top:24px;padding:18px}.domain-guide b{font-size:13px}.domain-guide p{color:#728490;margin:7px 0 13px;font-size:11px;line-height:1.6}.domain-guide code{color:#36566e;overflow-wrap:anywhere;background:#edf2f5;border-radius:8px;padding:11px;font-size:11px;display:block}.remote-bg{--brand:#214e7a;background:#dfe5e9;justify-content:center;min-height:100vh;display:flex;position:relative}.admin-link{color:#465c6e;background:#fff;border:0;border-radius:9px;align-items:center;gap:6px;padding:10px 13px;display:flex;position:fixed;top:20px;right:22px;box-shadow:0 5px 18px #233b4c20}.admin-link svg{width:15px}.phone-page{background:#fff;width:390px;min-height:100vh;box-shadow:0 0 40px #16314720}.remote-header{background:var(--brand);color:#fff;align-items:center;gap:11px;height:85px;padding:18px 20px;display:flex}.remote-logo{width:47px;height:47px;color:var(--brand);background:#fff;border-radius:13px;place-items:center;font-weight:900;display:grid}.remote-header>div{flex-direction:column;flex:1;display:flex}.remote-header small{opacity:.66;margin-bottom:5px;font-size:8px}.remote-header b{font-size:17px}.remote-header>a,.compact>button{color:#fff;background:#ffffff15;border:0;border-radius:50%;place-items:center;width:35px;height:35px;display:grid}.remote-header svg{width:17px}.hero{color:#fff;background:linear-gradient(145deg,var(--brand),var(--brand));padding:35px 27px 41px;position:relative;overflow:hidden}@supports (color:color-mix(in lab, red, red)){.hero{background:linear-gradient(145deg,var(--brand),color-mix(in srgb,var(--brand) 78%,#061b2b))}}.hero:after{content:"";border:34px solid #ffffff08;border-radius:50%;width:165px;height:165px;position:absolute;top:18px;right:-70px}.hero>span{letter-spacing:.14em;border:1px solid #ffffff45;border-radius:20px;padding:5px 9px;font-size:8px;font-weight:900;display:inline-block}.hero h1{margin:16px 0 13px;font-size:31px;line-height:1.2}.hero h1 strong{color:#cfe5f6}.hero p{color:#dfebf3;margin:0;font-size:13px;line-height:1.65}.howto{background:#fff;border-radius:14px;margin:-17px 18px 0;padding:16px;position:relative;box-shadow:0 9px 23px #173c5820}.howto h2{text-align:center;margin:0 0 12px;font-size:11px}.howto>div{justify-content:center;align-items:center;gap:9px;display:flex}.howto>div>svg{color:#b2bdc6;width:12px}.step{color:#687985;flex-direction:column;align-items:center;gap:5px;font-size:8px;display:flex}.step b{background:var(--brand);color:#fff;border-radius:50%;place-items:center;width:25px;height:25px;font-size:10px;display:grid}.remote-menus{padding:27px 18px}.list-head{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.list-head h2{border-left:3px solid var(--brand);margin:0;padding-left:9px;font-size:15px}.list-head small{color:#7f8d98;background:#eef2f5;border-radius:14px;padding:4px 8px;font-size:8px}.remote-list{flex-direction:column;gap:9px;display:flex}.remote-card{text-align:left;background:#fff;border:1px solid #e1e7eb;border-radius:14px;align-items:center;gap:12px;width:100%;padding:13px;transition:all .18s;display:flex;box-shadow:0 4px 12px #1f405708}.remote-card:active{background:#f8fafb;transform:scale(.985)}.remote-icon{background:var(--brand);border-radius:12px;flex:none;width:46px;height:46px}@supports (color:color-mix(in lab, red, red)){.remote-icon{background:color-mix(in srgb,var(--brand) 9%,#fff)}}.remote-icon{color:var(--brand);place-items:center;display:grid}.remote-card>span:nth-child(2){flex-direction:column;flex:1;display:flex}.remote-card b{font-size:13px}.remote-card small{color:#87949e;margin-top:5px;font-size:9px}.remote-card>svg{color:#9daab4;width:16px}.remote-footer{color:#74838e;background:#f4f6f7;border-top:1px solid #e6ebee;flex-direction:column;align-items:center;padding:23px 21px 29px;display:flex}.remote-footer>b{color:#4d5f6d;font-size:12px}.remote-footer>span{margin-top:5px;font-size:8px}.remote-footer>div{gap:15px;margin-top:14px;display:flex}.remote-footer a{color:#687a87;align-items:center;gap:4px;font-size:9px;text-decoration:none;display:flex}.remote-footer svg{width:12px}.compact{justify-content:space-between;height:63px;padding:12px 16px}.compact>b{font-size:14px}.compact>span{width:35px}.detail-body{padding:24px 20px 35px}.detail-title{align-items:center;gap:12px;display:flex}.detail-title small{color:#8896a1;font-size:9px}.detail-title h1{margin:4px 0 0;font-size:19px}.info{color:#536b7f;background:#eef4f8;border-radius:9px;align-items:center;gap:8px;margin:21px 0;padding:11px;font-size:10px;line-height:1.4;display:flex}.info svg{width:17px;color:var(--brand)}.size-row{justify-content:space-between;align-items:center;margin-bottom:9px;display:flex}.size-row>span{flex-direction:column;display:flex}.size-row b{font-size:12px}.size-row small{color:#8a98a3;margin-top:4px;font-size:8px}.size-row>button{color:#6c7a85;background:#fff;border:1px solid #d9e1e6;border-radius:8px;height:35px;padding:0 9px}.size-row>button.on{background:var(--brand);border-color:var(--brand);color:#fff}.message-preview{color:#293946;white-space:pre-wrap;background:#f7f8f9;border:1px solid #e1e6e9;border-radius:13px;min-height:225px;padding:19px;font-size:14px;line-height:1.85;transition:all .2s}.message-preview.large{font-size:19px;line-height:1.8}.remote-actions{flex-direction:column;gap:8px;margin-top:17px;display:flex}.remote-actions a,.remote-actions button{border:0;border-radius:11px;justify-content:center;align-items:center;gap:8px;min-height:51px;font-size:13px;font-weight:800;text-decoration:none;display:flex}.remote-actions svg{width:19px}.sms{background:var(--brand);color:#fff}.kakao{color:#302c1f;background:#fee500}.copy,.home-button{color:#516575;background:#fff;border:1px solid #dbe3e8!important}.pc-tip{color:#87949f;justify-content:center;align-items:center;gap:4px;margin:15px 3px 0;font-size:8px;display:flex}.pc-tip svg{width:12px}@media (width<=1050px){.company-grid{grid-template-columns:repeat(2,1fr)}.editor-layout{grid-template-columns:1fr}.preview{display:none}}@media (width<=720px){.sidebar{width:68px;padding:21px 9px}.side-brand{justify-content:center;padding:0 0 24px}.side-brand>span{display:none}.sidebar button{justify-content:center;padding:0;font-size:0}.admin-main{width:calc(100% - 68px);margin-left:68px}.admin-header{padding:17px}.admin-user span{display:none}.content,.editor-layout{padding:17px}.stats,.company-grid{grid-template-columns:1fr}.toolbar{flex-direction:column}.search{width:100%}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}}@media (width<=430px){.remote-bg{background:#fff}.phone-page{width:100%;box-shadow:none}.admin-link{display:none}.login-card{padding:34px 24px}.back-link{top:14px;left:12px}}.form-error{font-weight:700;color:#b34848!important;margin:0 0 13px!important;font-size:11px!important}.primary:disabled{opacity:.55;cursor:not-allowed}.toolbar-actions{gap:9px;display:flex}.security-panel{max-width:680px}.security-icon{color:#173e62;background:#e9f0f5;border-radius:12px;place-items:center;width:42px;height:42px;display:grid}.security-icon svg{width:20px}.security-form{max-width:440px}.security-form .field small{color:#8695a0;font-weight:500}.security-note{color:#536a7c;background:#f2f6f8;border-radius:11px;margin-top:25px;padding:16px}.security-note b{font-size:12px}.security-note p{margin:6px 0 0;font-size:10px;line-height:1.6}@media (width<=720px){.toolbar-actions{flex-direction:column}.card-actions.expanded{grid-template-columns:repeat(3,1fr)}}.admin-user{cursor:pointer;background:0 0;border:0;border-radius:12px;padding:5px 7px}.admin-user:hover{background:#f1f5f7}.excel-button{color:#196d4b;background:#e4f4eb;border:1px solid #9bc9b1;border-radius:10px;justify-content:center;align-items:center;gap:7px;min-height:42px;padding:0 16px;font-weight:900;display:inline-flex}.excel-button svg{width:17px}.selection-help{color:#315c78;background:#edf6fb;border:1px solid #c9dce8;border-radius:10px;align-items:center;gap:7px;margin:-5px 0 16px;padding:11px 14px;font-size:12px;display:flex}.selection-help svg{width:17px}.card-actions .select-company.is-selected{color:#fff;background:#1f628d;border-color:#1f628d}.card-actions .company-excel{color:#19704d;background:#eef8f2;border-color:#b8d8c7}.card-actions.expanded{grid-template-columns:repeat(3,1fr)}@media (width<=720px){.selection-help{align-items:flex-start;line-height:1.45}.toolbar-actions{grid-template-columns:1fr;display:grid}.excel-button{width:100%}}
