@charset "UTF-8";body:not(.theme-*){--xp-theme-light: #4a90e2;--xp-theme-dark: #2171b5;--xp-theme-accent: #0054e3;--xp-theme-selection: #316ac5;--xp-theme-hover: #e0e8ff;--xp-theme-light-rgb: 74, 144, 226;--xp-theme-dark-rgb: 33, 113, 181;--xp-theme-accent-rgb: 0, 84, 227;--xp-theme-selection-rgb: 49, 106, 197;--xp-theme-hover-rgb: 224, 232, 255}body.theme-blue{--xp-theme-light: #4a90e2;--xp-theme-dark: #2171b5;--xp-theme-accent: #0054e3;--xp-theme-selection: #316ac5;--xp-theme-hover: #e0e8ff;--xp-theme-light-rgb: 74, 144, 226;--xp-theme-dark-rgb: 33, 113, 181;--xp-theme-accent-rgb: 0, 84, 227;--xp-theme-selection-rgb: 49, 106, 197;--xp-theme-hover-rgb: 224, 232, 255}body.theme-silver{--xp-theme-light: #c0c0c0;--xp-theme-dark: #808080;--xp-theme-accent: #a0a0a0;--xp-theme-selection: #316ac5;--xp-theme-hover: #f0f0f0;--xp-theme-light-rgb: 192, 192, 192;--xp-theme-dark-rgb: 128, 128, 128;--xp-theme-accent-rgb: 160, 160, 160;--xp-theme-selection-rgb: 49, 106, 197;--xp-theme-hover-rgb: 240, 240, 240}body.theme-olive{--xp-theme-light: #d2d2a0;--xp-theme-dark: #8b8b00;--xp-theme-accent: #6b8e23;--xp-theme-selection: #9acd32;--xp-theme-hover: #f0f8e0;--xp-theme-light-rgb: 210, 210, 160;--xp-theme-dark-rgb: 139, 139, 0;--xp-theme-accent-rgb: 107, 142, 35;--xp-theme-selection-rgb: 154, 205, 50;--xp-theme-hover-rgb: 240, 248, 224}body{background:#ece9d8;margin:0;padding:0;font-family:Tahoma,"MS Sans Serif",sans-serif;font-size:15px;line-height:1.4;overflow:hidden}.xp-window{height:100vh;display:flex;flex-direction:column;background:#ece9d8}.menu-bar{background:#ece9d8;border-bottom:1px solid #c0c0c0;padding:2px 4px;font-size:11px;display:flex;gap:12px}.menu-item{padding:4px 8px;border-radius:2px;cursor:pointer}.menu-item:hover{background:#e0e0e0}.toolbar{background:linear-gradient(to bottom,#f0f0f0,#e0e0e0);border-bottom:1px solid #c0c0c0;padding:4px 8px;display:flex;align-items:center;gap:4px;flex-wrap:wrap}.toolbar-button{padding:3px 6px;font-size:14px;background:linear-gradient(to top,#d8d4ca,#fff);border:1px solid transparent;border-radius:2px;display:flex;align-items:center;gap:4px;min-height:20px;cursor:pointer;transition:all .1s ease}.toolbar-button:not([disabled]):hover{border:1px solid #d4d4cb;border-radius:2px;box-shadow:inset 0 1px 1px #fefefd,inset 0 -1px 1px #d4d4cb;background:#ffffff54}.toolbar-button:not([disabled]):active{box-shadow:inset 0 1px 1px #d4d4cb;background:#e5e4de}.toolbar-button:not([disabled]):active .toolbar-icon,.toolbar-button:not([disabled]):active span{transform:translate(1px,1px)}.toolbar-button[disabled]{opacity:.5;cursor:not-allowed}.toolbar-separator{width:1px;height:20px;background:silver;margin:0 2px}.toolbar-icon{font-size:18px}.toolbar-icon-img{width:16px;height:16px;object-fit:contain;flex-shrink:0}.address-bar{flex:1;margin:0 8px;padding:2px 6px;border:1px inset #c0c0c0;background:#fff;font-size:14px;display:flex;align-items:center;gap:4px}.xp-content{flex:1;display:flex;overflow:hidden}.sidebar{width:200px;background:#f0f0f0;border-right:1px solid #c0c0c0;padding:8px;overflow-y:auto;flex-shrink:0}.sidebar-section{margin-bottom:16px}.sidebar-title{font-weight:700;font-size:15px;color:var(--xp-theme-accent);margin-bottom:6px;padding:2px 0;border-bottom:1px solid #c0c0c0}.sidebar-link{display:block;padding:2px 4px;font-size:15px;text-decoration:none;color:#000;margin-bottom:2px}.sidebar-link:hover{background:var(--xp-theme-hover)}.sidebar-link.active{background:var(--xp-theme-selection);color:#fff}.main-panel{flex:1;background:linear-gradient(to bottom,var(--xp-theme-light) 0%,var(--xp-theme-dark) 100%);padding:16px;overflow-y:auto}.main-panel.white-bg{background:#fff}.main-panel.outlook-bg{background:#ece9d8}.panel-header{color:#fff;margin-bottom:20px}.main-panel.white-bg .panel-header,.main-panel.outlook-bg .panel-header{color:#000}.panel-title{font-size:40px;font-weight:700;margin:0 0 8px;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.main-panel.white-bg .panel-title,.main-panel.outlook-bg .panel-title{text-shadow:none}.panel-subtitle{font-size:15px;margin:0;opacity:.9}.status-bar{background:#ece9d8;border-top:1px solid #c0c0c0;padding:2px 8px;font-size:14px;color:#666;display:flex;justify-content:space-between;flex-shrink:0}.xp-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:500px;max-width:90vw;max-height:80vh;z-index:1000;display:none}.xp-modal.show{display:block}.xp-modal .window{width:100%;max-height:80vh;display:flex;flex-direction:column}.xp-modal .window-body{overflow-y:auto;flex:1;max-height:calc(80vh - 60px)}.modal-service-title{font-size:18px;font-weight:700;color:var(--xp-theme-accent);margin:0 0 8px}.modal-service-description{font-size:15px;line-height:1.4;margin:0 0 12px}.service-features{list-style:none;padding:0;margin:12px 0}.service-features li{font-size:15px;border-bottom:1px solid #f0f0f0;position:relative;padding:2px 0 2px 12px}.service-features li:last-child{border-bottom:none}.service-features li:before{content:"✓";color:var(--xp-theme-accent);font-weight:700;position:absolute;left:0}.xp-grid{display:grid;gap:16px;margin-top:20px}.xp-grid.two-column{grid-template-columns:repeat(2,1fr)}.xp-grid.three-column{grid-template-columns:repeat(3,1fr)}.xp-card{background:#fffffff2;border:1px solid rgba(255,255,255,.3);border-radius:8px;padding:12px;cursor:pointer;transition:all .2s ease;display:flex;align-items:flex-start;gap:12px;min-height:80px}.xp-card:hover{background:#fff;transform:translateY(-1px);box-shadow:0 4px 8px #0003}.main-panel.white-bg .xp-card{background:#f8f8f8;border:1px solid #e0e0e0}.main-panel.white-bg .xp-card:hover{background:#f0f0f0}.card-icon{font-size:32px;flex-shrink:0;margin-top:4px}.card-content{flex:1}.card-title{font-size:18px;font-weight:700;color:var(--xp-theme-accent);margin:0 0 4px;line-height:1.2}.card-description{font-size:15px;color:#333;line-height:1.3;margin:0 0 8px}.card-cta-button{padding:2px 8px;font-size:14px;background:linear-gradient(to top,#d8d4ca,#fff);border:1px solid #496a90;border-radius:2px;cursor:pointer;margin-top:4px;transition:all .1s ease;min-width:75px;height:23px;line-height:1;color:#000}.card-cta-button[data-primary]{box-shadow:inset 1px 1px #9db6e8,inset -1px -1px #9db6e8}.card-cta-button:hover{box-shadow:inset 0 0 0 1px #d89c3388}.card-cta-button:active{box-shadow:inset 0 15px #0000000f}.card-cta-button:focus{outline:1px dotted #000000;outline-offset:-4px}.card-cta-button[disabled]{box-shadow:none;color:#b6b6a9;border-color:#d2d0c2;cursor:not-allowed;background:none}@media (max-width: 768px){.xp-content{flex-direction:column}.sidebar{width:100%;height:auto;max-height:150px}.xp-grid.two-column,.xp-grid.three-column{grid-template-columns:1fr}.xp-modal{width:95vw;max-height:90vh}.menu-bar,.toolbar{display:none}}.outlook-window{height:100vh;display:flex;flex-direction:column;background:#ece9d8}.send-btn{background:linear-gradient(180deg,#4a9ade,#2171b5);border:1px outset #4a90d0;color:#fff;font-weight:700;cursor:pointer}.send-btn:hover{background:linear-gradient(180deg,#5aaae8,#2a80c5)}.send-btn:active{border:1px inset #4a90d0}.compose-layout{flex:1;display:flex;flex-direction:column;overflow:hidden;background:#fff;margin:0;border:none}.compose-header{background:#f8f8f8;border-bottom:2px solid #c0c0c0;flex-shrink:0}.compose-row{display:flex;align-items:stretch;border-bottom:1px solid #c0c0c0}.compose-row:last-child{border-bottom:none}.compose-label{width:72px;padding:5px 8px 5px 14px;font-size:12px;font-weight:700;color:#000;flex-shrink:0;border-right:1px solid #c0c0c0;background:#ece9d8;display:flex;align-items:center}.compose-input,input.compose-input[type=text],input.compose-input[type=email]{flex:1;border:none;background:#fff;font-size:13px;font-family:Tahoma,"MS Sans Serif",sans-serif;outline:none;padding:5px 10px;color:#000;min-height:28px}.compose-input:focus{background:#fffff8}.address-book-btn{margin:3px 4px;padding:2px 8px;font-size:11px;background:#f0f0f0;border:1px outset #c0c0c0;cursor:default;align-self:center;flex-shrink:0}.address-book-btn:hover{background:#e0e0e0}.compose-body{flex:1;display:grid;grid-template-columns:1fr 240px;overflow:hidden}.compose-main{display:flex;flex-direction:column;overflow:hidden}.compose-textarea{flex:1;width:100%;resize:none;border:none;outline:none;padding:14px 16px;font-size:13px;font-family:Tahoma,"MS Sans Serif",sans-serif;line-height:1.6;background:#fff;color:#000;box-sizing:border-box}.compose-textarea:focus{background:#fffff8}.compose-actions{padding:10px 14px;border-top:1px solid #c0c0c0;background:#f8f8f8;display:flex;gap:8px;align-items:center;flex-shrink:0}.send-primary-btn{background:linear-gradient(180deg,#4a9ade,#2171b5);border:2px outset #4a90d0;color:#fff;font-weight:700;font-size:13px;padding:7px 20px;cursor:pointer;display:flex;align-items:center;gap:8px;border-radius:4px;transition:all .15s ease;font-family:Tahoma,"MS Sans Serif",sans-serif}.send-primary-btn:hover{background:linear-gradient(180deg,#5aaae8,#2a80c5);box-shadow:0 2px 6px #0003}.send-primary-btn:active{border:2px inset #4a90d0;transform:translateY(1px)}.compose-sidebar .social-links{flex-direction:column!important;flex-wrap:nowrap!important;gap:6px!important;margin-top:0!important}.compose-sidebar{background:#f8f8f8;padding:14px;overflow-y:auto;font-size:12px;border-left:1px solid #c0c0c0}.sidebar-section{margin-bottom:16px;padding-bottom:14px;border-bottom:1px solid #c0c0c0}.sidebar-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.sidebar-section h4{font-size:10px;font-weight:700;color:var(--xp-theme-accent);margin:0 0 8px;text-transform:uppercase;letter-spacing:.5px}.contact-methods{list-style:none;padding:0;margin:0}.contact-methods li{padding:3px 0;font-size:12px;display:flex;align-items:flex-start;gap:6px;line-height:1.4}.contact-methods .icon{font-size:13px;flex-shrink:0;margin-top:1px}.contact-methods a{color:var(--xp-theme-accent);text-decoration:none;word-break:break-all}.contact-methods a:hover{text-decoration:underline}.availability{background:#f0fff4;border:1px inset #c0c0c0;padding:6px 10px;font-size:11px;display:flex;align-items:center;gap:6px;border-radius:2px}.status-indicator{display:inline-block;width:7px;height:7px;border-radius:50%;background:#22c55e;flex-shrink:0;box-shadow:0 0 4px #22c55e80}@media (max-width: 768px){.compose-body{grid-template-columns:1fr}.compose-sidebar{display:none}.compose-row{flex-direction:column}.compose-label{width:auto;border-right:none;border-bottom:1px solid #c0c0c0;padding:10px 14px;font-size:14px}.compose-input,input.compose-input[type=text],input.compose-input[type=email]{font-size:16px;padding:12px 14px;min-height:48px}.compose-textarea,textarea.compose-textarea{font-size:16px;padding:12px 14px;min-height:200px}.send-primary-btn{width:100%;justify-content:center;font-size:16px;padding:14px 20px}.compose-actions{padding:12px 14px}}
