.checkout-page{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:20px 0}.checkout-container{max-width:900px;margin:0 auto;padding:20px}.checkout-progress{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px;padding:20px;background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014}.progress-step{display:flex;flex-direction:column;align-items:center;gap:8px;flex:1;text-align:center}.progress-number{width:36px;height:36px;border-radius:50%;background:#e0e0e0;color:#666;display:flex;align-items:center;justify-content:center;font-weight:700;transition:all .3s ease}.progress-step.active .progress-number{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.progress-step p{font-size:12px;color:#666;margin:0;font-weight:500}.progress-step.active p{color:#667eea}.progress-line{flex:1;height:2px;background:#e0e0e0;margin:0 10px;transition:all .3s ease}.progress-line.active{background:linear-gradient(90deg,#667eea,#764ba2)}.alert{padding:15px 20px;border-radius:8px;margin-bottom:20px;font-weight:500}.alert-error{background-color:#ffe5e5;color:#d32f2f;border-left:4px solid #d32f2f}.alert-success{background-color:#e5ffe5;color:#1b8a1b;border-left:4px solid #1b8a1b}.order-summary{background:#fff;padding:20px;border-radius:12px;margin-bottom:30px;box-shadow:0 2px 8px #00000014}.order-summary h3{margin:0 0 16px;font-size:16px;color:#333}.summary-items{display:flex;flex-direction:column;gap:12px}.summary-item{display:flex;justify-content:space-between;align-items:center;padding-bottom:12px;border-bottom:1px solid #eee}.summary-item:last-child{border-bottom:none}.summary-item span{color:#666;font-size:14px}.summary-item strong{color:#333;font-size:14px}.summary-item.total{padding:12px 0;border-top:2px solid #eee;border-bottom:none}.summary-item.total span{font-weight:600}.summary-item.total strong{font-size:20px;color:#667eea}.checkout-step{background:#fff;padding:30px;border-radius:12px;box-shadow:0 4px 16px #0000001a}.checkout-step h2{margin:0 0 8px;font-size:24px;color:#333}.step-description{color:#999;margin:0 0 30px;font-size:14px}.payment-methods{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:20px}.payment-method-card{padding:20px;border:2px solid #e0e0e0;border-radius:12px;background:#fff;cursor:pointer;transition:all .3s ease;text-align:center;font-family:inherit;font-size:14px}.payment-method-card:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea33}.payment-method-card.active{border-color:#667eea;background:linear-gradient(135deg,#667eea0d,#764ba20d)}.method-icon{font-size:32px;margin-bottom:12px}.payment-method-card h4{margin:0 0 8px;color:#333;font-size:16px}.payment-method-card p{margin:0;color:#999;font-size:12px}.providers-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px;margin-bottom:30px}.provider-card{padding:16px 12px;border:2px solid #e0e0e0;border-radius:8px;background:#fff;cursor:pointer;transition:all .3s ease;font-family:inherit;text-align:center;position:relative;font-size:13px}.provider-card:hover{border-color:#667eea;background-color:#f5f7fa}.provider-card.selected{border-color:#667eea;background:linear-gradient(135deg,#667eea1a,#764ba21a)}.provider-name{font-weight:500;color:#333;line-height:1.4}.provider-check{position:absolute;top:8px;right:8px;width:20px;height:20px;border-radius:50%;background:#667eea;color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;opacity:0;transition:opacity .3s ease}.provider-card.selected .provider-check{opacity:1}.payment-details-box{background:linear-gradient(135deg,#f5f7fa,#f8f9fb);padding:24px;border-radius:12px;margin-bottom:20px;border:1px solid #e0e0e0}.payment-details-box h3{margin:0 0 20px;font-size:16px;color:#333}.detail-field{margin-bottom:16px}.detail-field label{display:block;font-size:12px;color:#999;margin-bottom:6px;font-weight:600;text-transform:uppercase}.detail-value{padding:12px;background:#fff;border-radius:6px;border:1px solid #e0e0e0;color:#333;font-size:14px;font-weight:500}.account-number{display:flex;justify-content:space-between;align-items:center;font-family:Courier New,monospace;letter-spacing:1px}.copy-btn{padding:6px 12px;background:#667eea;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:12px;font-weight:600;transition:all .2s ease}.copy-btn:hover{background:#764ba2;transform:scale(1.05)}.payment-reason-field{margin-bottom:20px}.payment-reason-field label{display:block;font-size:14px;font-weight:600;color:#333;margin-bottom:8px}.payment-reason-field textarea{width:100%;padding:12px;border:1px solid #e0e0e0;border-radius:6px;font-family:inherit;font-size:14px;resize:vertical;min-height:80px;transition:border-color .3s ease}.payment-reason-field textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.payment-reason-field small{display:block;color:#999;font-size:12px;margin-top:6px}.upload-form{margin-top:20px}.upload-section{margin-bottom:20px}.upload-box{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;border:2px dashed #667eea;border-radius:12px;background:linear-gradient(135deg,#667eea05,#764ba205);cursor:pointer;transition:all .3s ease}.upload-box:hover{border-color:#764ba2;background:linear-gradient(135deg,#667eea0d,#764ba20d)}.upload-box input{display:none}.upload-icon{font-size:48px;margin-bottom:12px}.upload-text p{margin:0;color:#333;font-weight:500}.file-name{color:#1b8a1b;font-weight:600}.file-size{font-size:12px;color:#999;margin-top:4px}.upload-box small{color:#999;font-size:12px;margin-top:8px}.divider{text-align:center;margin:20px 0;color:#999;font-size:12px;font-weight:600}.url-section{margin-bottom:20px}.url-section label{display:block;font-size:14px;font-weight:600;color:#333;margin-bottom:8px}.url-section input{width:100%;padding:12px;border:1px solid #e0e0e0;border-radius:6px;font-size:14px;transition:border-color .3s ease}.url-section input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.payment-details-summary{background:#f5f7fa;padding:16px;border-radius:8px;margin-bottom:24px;border-left:4px solid #667eea}.payment-details-summary h4{margin:0 0 12px;font-size:14px;color:#333;font-weight:600}.summary-row{display:flex;justify-content:space-between;padding:8px 0;font-size:13px;color:#666}.summary-row strong{color:#333;font-weight:600}.form-actions{display:flex;flex-direction:column;gap:12px;margin-top:24px}.btn{padding:12px 24px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:inherit;text-transform:uppercase;letter-spacing:.5px}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 12px #667eea66}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #667eea99}.btn-primary:active:not(:disabled){transform:translateY(0)}.btn-secondary{background:#f0f0f0;color:#333;border:1px solid #e0e0e0}.btn-secondary:hover:not(:disabled){background:#e5e5e5;border-color:#d0d0d0}.btn-block{width:100%}.checkout-step.completion{text-align:center;padding:40px 30px}.success-icon{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-size:40px;margin:0 auto 24px;box-shadow:0 4px 12px #667eea66;animation:scaleIn .5s ease}@keyframes scaleIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.checkout-step.completion h2{margin-bottom:8px;color:#333}.completion-message{color:#666;font-size:16px;margin-bottom:30px}.order-details{background:#f5f7fa;padding:20px;border-radius:8px;margin-bottom:20px;text-align:left}.order-details h4{margin:0 0 16px;font-size:14px;color:#333;font-weight:600}.detail-row{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #e0e0e0;font-size:14px}.detail-row:last-child{border-bottom:none}.detail-row span{color:#666}.detail-row strong{color:#333;font-weight:600}.order-id{font-family:Courier New,monospace;letter-spacing:1px}.status-badge{display:inline-block;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase}.status-badge.pending{background:#fff3cd;color:#856404}.next-steps{color:#666;font-size:14px;line-height:1.6;margin-bottom:24px;text-align:left}@media(max-width:768px){.checkout-container{padding:12px}.checkout-progress{margin-bottom:24px;padding:12px;flex-wrap:wrap;gap:8px}.progress-step{flex:0 1 22%}.progress-step p{font-size:10px}.progress-number{width:28px;height:28px;font-size:12px}.progress-line{display:none}.checkout-step{padding:20px}.checkout-step h2{font-size:20px}.payment-methods{grid-template-columns:1fr}.providers-grid{grid-template-columns:repeat(2,1fr)}.payment-details-box{padding:16px}.account-number{flex-direction:column;align-items:flex-start;gap:8px}.form-actions{flex-direction:column}.btn{width:100%}.upload-box{padding:24px 12px}.upload-icon{font-size:32px}}@media(max-width:480px){.checkout-progress{flex-direction:column;gap:12px}.progress-step{flex:1;width:100%}.providers-grid{grid-template-columns:1fr}.detail-field{margin-bottom:12px}.payment-reason-field textarea{min-height:60px}.order-details{padding:16px}.detail-row{flex-direction:column;gap:4px}}:root{color-scheme:dark;font-family:Segoe UI,sans-serif;background:radial-gradient(circle at top,rgba(212,175,55,.18),transparent 34%),linear-gradient(135deg,#070707,#111 45%,#1b1508);color:#f5ead1}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at top,rgba(212,175,55,.16),transparent 28%),linear-gradient(135deg,#050505,#0d0d0d,#171105);color:#f5ead1}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,.ghost-button{border:none;border-radius:999px;background:linear-gradient(135deg,#f6d777,#c7982f);color:#140f05;cursor:pointer;padding:.8rem 1.2rem;font-weight:700}.ghost-button{background:#f6d7771f;color:#f6d777;border:1px solid rgba(246,215,119,.2)}input,select,textarea{width:100%;border:1px solid rgba(246,215,119,.18);border-radius:16px;padding:.85rem 1rem;background:#fff8e614;color:#f8f0dc}textarea{min-height:110px;resize:vertical}select{background-color:#0f4c9a;color:#fff}select:focus{border-color:#67a7ff;background-color:#082f63;color:#fff;outline:none}select option{background-color:#0f4c9a;color:#fff}select option:checked{background-color:#061b3d;color:#fff}.app-shell{min-height:100vh}.topbar{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.2rem 2rem;background:linear-gradient(180deg,#00000061,#00000014)}.brand{display:inline-flex;align-items:center;gap:.85rem}.brand__logo{display:block;width:180px;max-width:42vw;height:auto;object-fit:contain}.brand__name{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.nav-links{display:flex;align-items:center;gap:1rem;color:#f6e3a3}.nav-cart-link{display:inline-flex;align-items:center;gap:.55rem}.nav-cart-badge{display:inline-flex;align-items:center;justify-content:center;min-width:1.5rem;height:1.5rem;padding:0 .38rem;border-radius:999px;background:linear-gradient(135deg,#f6d777,#c7982f);color:#140f05;font-size:.78rem;font-weight:800}.language-picker{display:inline-flex;align-items:center;gap:.55rem;color:#f6e3a3;font-size:.95rem}.language-picker select{width:auto;min-width:132px;padding:.55rem .8rem;border-radius:999px}.page-shell{max-width:1180px;margin:0 auto;padding:1rem 1.5rem 3rem}.hero,.auth-shell,.dashboard-shell{display:grid;gap:1.5rem}.hero{padding:2rem 0 1rem}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:.75rem;color:#d6ad49}.hero-copy,.section-heading p,.panel p{max-width:62ch;line-height:1.6}.market-grid,.product-grid,.dashboard-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.catalog-search{margin:1.1rem 0 1.4rem}.catalog-search input{max-width:420px}.catalog-empty{margin-top:1rem}.signup-paths{display:grid;gap:.8rem}.signup-paths__label{margin:0;color:#f6e3a3;font-weight:700}.signup-paths__grid{display:grid;gap:.8rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.signup-path{display:grid;gap:.45rem;text-align:left;border:1px solid rgba(246,215,119,.14);border-radius:18px;background:#fff8e60d;color:#f8f0dc}.signup-path span{color:#f8f0dcc7;font-size:.92rem;line-height:1.5}.signup-path--active{background:linear-gradient(135deg,#f6d77733,#c7982f1f);border-color:#f6d7776b}.forgot-password-link{justify-self:start;border:1px solid rgba(246,215,119,.18);background:#f6d77714;color:#f6d777;padding:.65rem .9rem}.google-auth,.google-auth__fallback{width:100%;min-height:44px}.google-auth{display:flex;align-items:center}.google-auth>div,.google-auth iframe{width:100%!important}.google-auth__fallback{display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(248,240,220,.24);background:#fff;color:#1f1f1f}.auth-divider{display:flex;align-items:center;gap:.8rem;color:#f8f0dcad;font-size:.9rem}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:#f6d77729}.recovery-steps{display:grid;gap:.55rem;grid-template-columns:repeat(auto-fit,minmax(130px,1fr))}.recovery-steps span{border:1px solid rgba(246,215,119,.16);border-radius:14px;background:#fff8e60f;color:#f8f0dce0;padding:.7rem .8rem;font-weight:700}.verification-panel--attention{border-color:#f6d77761;box-shadow:0 22px 54px #f6d7771f}.verification-status-grid{display:grid;gap:.85rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-bottom:1rem}.verification-status{display:grid;gap:.6rem;border:1px solid rgba(246,215,119,.16);border-radius:18px;background:#fff8e60f;padding:1rem}.verification-status span{color:#f8f0dcc7}.verification-status.verified{border-color:#59b26d61;background:#59b26d1f}.payment-account-group,.payment-account-row{display:grid;gap:.85rem}.payment-account-row{grid-template-columns:repeat(3,minmax(140px,1fr)) auto;align-items:center}.market-card,.panel,.product-card{border-radius:20px;background:linear-gradient(180deg,#1f1f1ff2,#0e0e0ef0);border:1px solid rgba(212,175,55,.16);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:1rem;box-shadow:0 18px 40px #0000004d}.product-card{padding:0;overflow:hidden;min-height:100%}.product-card__image,.product-page__image{width:100%;object-fit:cover}.product-card__image{aspect-ratio:4 / 3;max-height:200px}.product-card__body,.panel__header,.auth-form,.product-form,.tier-list,.tier-editor,.order-card,.list-row{display:grid;gap:.9rem}.product-card__body{padding:.9rem}.product-card__summary{display:grid;gap:.45rem}.product-card__summary h3,.product-card__summary p{margin:0}.product-card__price{color:#f6d777;font-size:1rem}.product-card__footer{display:flex;flex-wrap:wrap;gap:.75rem;align-items:stretch;justify-content:flex-end}.card-actions{display:flex;flex-wrap:wrap;gap:.65rem}.product-card .card-actions,.product-card .card-actions button{width:100%}@media(max-width:768px){.product-grid,.dashboard-grid{gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.product-card{border-radius:18px}.product-card__image{max-height:145px}.product-card__body{padding:.75rem;gap:.6rem}.product-card h3{font-size:.96rem;line-height:1.3}.product-card p,.product-card strong,.product-card span{font-size:.86rem}.card-actions button,.card-actions .ghost-button,.product-card__footer>*{font-size:.85rem;padding:.55rem .75rem}.product-card__footer{flex-direction:column;align-items:stretch}}.image-upload{display:grid;gap:.85rem;border:1px dashed rgba(246,215,119,.35);border-radius:18px;background:#fff8e60d;padding:1rem}.image-upload p{margin:0}.image-upload__preview{width:min(260px,100%);aspect-ratio:4 / 3;border-radius:14px;object-fit:cover}.product-list-item{display:flex;align-items:center;gap:1rem}.product-list-item__image{width:88px;height:66px;border-radius:12px;object-fit:cover;background:#fff8e614}.product-card__body{padding:1.1rem}.product-card__footer,.section-heading,.list-row,.order-card,.product-page{display:flex;justify-content:space-between;gap:1rem}.section-heading,.product-page{align-items:flex-start}.card-actions{display:flex;flex-wrap:wrap;gap:.75rem}.pill{display:inline-flex;width:fit-content;border-radius:999px;background:linear-gradient(135deg,#f6d777,#be8b1d);color:#140f05;padding:.3rem .7rem;font-size:.8rem;font-weight:700}.tier-list{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.tier-card,.tier-editor{border:1px solid rgba(246,215,119,.14);border-radius:18px;padding:.9rem;background:#fff8e60f}.product-page__image{max-width:48%;border-radius:24px;max-height:520px}.input-group{display:grid;gap:.6rem}.map-picker{display:grid;gap:.8rem}.map-picker__actions{display:flex;flex-wrap:wrap;gap:.75rem}.map-picker__actions .ghost-button{display:inline-flex;align-items:center;justify-content:center;width:fit-content}.map-picker__frame{width:100%;min-height:240px;border:1px solid rgba(246,215,119,.18);border-radius:18px;background:#fff8e614}.price-callout{font-size:1.1rem;font-weight:700}.feedback{border-radius:16px;padding:.8rem 1rem}.feedback--success{background:#59b26d2e;color:#c8f1d0}.feedback--error{background:#b942422e;color:#ffd6d6}.dashboard-loading-state,.dashboard-empty-state{color:#f8f0dcc7}.dashboard-empty-state{margin:0;padding:1rem 1.1rem;border:1px dashed rgba(246,215,119,.18);border-radius:16px;background:#fff8e60a}.dashboard-section,.dashboard-panel-anchor{scroll-margin-top:108px}.admin-control-panel{display:grid;gap:1rem}.admin-control-panel__grid{display:grid;gap:.9rem;grid-template-columns:repeat(auto-fit,minmax(190px,1fr))}.admin-control-panel__item{display:flex;align-items:center;gap:.95rem;width:100%;min-height:92px;padding:1rem 1.05rem;text-align:left;border:1px solid rgba(246,215,119,.12);border-radius:20px;background:linear-gradient(180deg,#fff8e614,#fff8e60a);color:#f8f0dc;box-shadow:inset 0 1px #fff8e60a;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease}.admin-control-panel__item:hover{transform:translateY(-2px);border-color:#f6d77757;box-shadow:0 18px 36px #00000038;background:linear-gradient(180deg,#f6d77729,#fff8e60f)}.admin-control-panel__item--active{border-color:#f6d77775;background:linear-gradient(135deg,#f6d7773d,#c7982f1f);box-shadow:0 18px 40px #00000042}.admin-control-panel__icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:48px;height:48px;border-radius:16px;background:#f6d7771f;color:#f6d777}.admin-control-panel__item--active .admin-control-panel__icon{background:#f6d77738}.admin-control-panel__icon-svg{width:22px;height:22px;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.admin-control-panel__content{display:grid;gap:.32rem}.admin-control-panel__content strong{color:#fff7e7;font-size:.98rem}.admin-control-panel__content span{color:#f8f0dcb3;font-size:.87rem;line-height:1.45}.chatbot{position:fixed;right:1.25rem;bottom:1.25rem;z-index:20}.chatbot__launcher{box-shadow:0 18px 40px #00000061}.chatbot__panel{display:grid;width:min(420px,calc(100vw - 2rem));max-height:min(680px,calc(100vh - 2rem));border:1px solid rgba(246,215,119,.2);border-radius:20px;background:#0d0d0dfa;box-shadow:0 24px 60px #0000006b;overflow:hidden}.chatbot__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem;border-bottom:1px solid rgba(246,215,119,.14)}.chatbot__header div,.chatbot__messages,.chatbot__quick-replies,.chatbot__form{display:grid;gap:.75rem}.chatbot__header span{color:#f8f0dcb8;font-size:.9rem}.chatbot__messages{max-height:360px;overflow-y:auto;padding:1rem}.chatbot__message{width:fit-content;max-width:86%;white-space:pre-wrap;border-radius:16px;padding:.75rem .9rem;line-height:1.45}.chatbot__message--bot{background:#fff8e614;color:#f8f0dc}.chatbot__message--user{justify-self:end;background:linear-gradient(135deg,#f6d777,#c7982f);color:#140f05}.chatbot__quick-replies{grid-template-columns:repeat(auto-fit,minmax(110px,1fr));padding:0 1rem 1rem}.chatbot__quick-replies .ghost-button,.chatbot__form .ghost-button{border-radius:14px;padding:.7rem .85rem}.chatbot__form{grid-template-columns:1fr auto auto;padding:1rem;border-top:1px solid rgba(246,215,119,.14)}.shipment-paper{display:grid;gap:1rem}.shipment-paper__toolbar,.shipment-paper__meta,.shipment-paper__signatures{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem}.shipment-paper__sheet{display:grid;gap:1.1rem;border-radius:8px;background:#fffaf0;color:#18140a;padding:1.2rem}.shipment-paper__order{display:grid;gap:.7rem;padding-top:.8rem;border-top:1px solid #d7c391}.shipment-paper table{width:100%;border-collapse:collapse;overflow-x:auto}.shipment-paper th,.shipment-paper td{border:1px solid #d7c391;padding:.55rem;text-align:left;vertical-align:top}.shipment-paper th{background:#f1e2b5}@media print{body{background:#fff;color:#000}.topbar,.chatbot,.shipment-paper__toolbar .card-actions,.dashboard-shell>:not(.shipment-paper){display:none!important}.page-shell{max-width:none;padding:0}.shipment-paper,.shipment-paper__sheet{border:none;box-shadow:none;color:#000}}@media(max-width:800px){.topbar,.product-page,.section-heading,.product-card__footer{flex-direction:column}.topbar{align-items:flex-start}.nav-links{flex-wrap:wrap}.brand__logo{width:150px;max-width:65vw}.product-page__image{max-width:100%}.chatbot{right:1rem;bottom:1rem}.chatbot__form{grid-template-columns:1fr}.admin-control-panel__grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.admin-control-panel__item{min-height:84px;padding:.9rem;border-radius:18px}.admin-control-panel__icon{width:42px;height:42px}}@media(max-width:560px){.admin-control-panel__grid{grid-template-columns:1fr}.admin-control-panel__item{min-height:78px}.admin-control-panel__content strong{font-size:.95rem}.admin-control-panel__content span{font-size:.82rem}}
