.dt-mobile{--page-bg:#f5f7fb;--surface:#fff;--surface-2:#f9fafb;--messages-back-bg:#ebedf0;--border:#e3e3e3;--border-strong:#d1d5db;--text:#111827;--text-muted:#6b7280;--accent:#2563eb;--accent-weak:#dbeafe;--danger:#ef4444;--shadow:0 10px 28px #11182714;--shadow-hover:0 14px 34px #1118271f;--radius:18px;--radius-sm:35px;--frame-max:400px;--tabbar-h:64px;--safe-bottom:env(safe-area-inset-bottom,0px);-moz-text-size-adjust:100%;text-size-adjust:100%;font-family:var(--font-onest),"Onest",Arial,sans-serif;background:var(--page-bg);min-height:100dvh;color:var(--text);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;justify-content:center;align-items:flex-start;padding:24px;display:flex}.dt-mobile *{box-sizing:border-box}.dt-mobile-frame{width:100%;max-width:var(--frame-max)}.dt-mobile .phone-screen{width:100%;max-width:var(--frame-max);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);min-height:calc(100dvh - 48px);padding-bottom:calc(var(--tabbar-h) + 12px + var(--safe-bottom));box-shadow:var(--shadow);flex-direction:column;margin:0 auto;display:flex;position:relative;overflow:hidden}.dt-mobile .header,.dt-mobile .messages-header{background:var(--surface);border-bottom:1px solid var(--border);z-index:10;justify-content:flex-start;align-items:center;min-height:64px;padding:16px 20px;display:flex;position:sticky;top:0;box-shadow:0 1px 3px #0000000d}.dt-mobile .header h1,.dt-mobile .messages-header h1{color:#616161;margin-left:12px;font-size:20px;font-weight:600}.dt-mobile .profile-avatar,.dt-mobile .messages-back{background:var(--messages-back-bg);border-radius:var(--radius-sm);width:40px;height:40px;color:var(--text);cursor:pointer;-webkit-tap-highlight-color:transparent;border:none;justify-content:center;align-items:center;transition:filter .15s,transform .15s,background .15s;display:flex}.dt-mobile .profile-avatar svg,.dt-mobile .messages-back svg{width:20px;height:20px}.dt-mobile .user-content{flex-direction:column;flex:1;min-height:0;padding:16px 16px 0;display:flex}.dt-mobile .send-overlay{z-index:50;-webkit-backdrop-filter:blur(2px);background:#1118276b;justify-content:center;align-items:flex-end;padding:20px 20px 100px;display:flex;position:absolute;inset:0}.dt-mobile .send-overlay-card{background:#fffffff5;border:1px solid #e5e7eb;border-radius:16px;align-items:center;gap:12px;width:min(320px,100%);padding:18px 16px;display:flex;box-shadow:0 18px 40px #11182738}.dt-mobile .send-overlay-icon{color:#0f172ad9;background:#2563eb14;border-radius:999px;flex:0 0 44px;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex}.dt-mobile .send-overlay--success .send-overlay-icon{background:#16a34a1a}.dt-mobile .send-overlay--error .send-overlay-icon{color:#b91c1c;background:#ef44441a}.dt-mobile .send-overlay-text{color:#0f172adb;font-size:14px;font-weight:600}.dt-mobile .send-overlay-spinner{border:2px solid #94a3b899;border-top-color:#2563ebf2;border-radius:999px;width:18px;height:18px;animation:.9s linear infinite dtMobileSpin}.dt-mobile .qr-overlay{z-index:55;-webkit-backdrop-filter:blur(2px);background:#1118278c;justify-content:center;align-items:center;padding:18px;display:flex;position:absolute;inset:0}.dt-mobile .qr-overlay-card{background:#fffffffa;border:1px solid #e5e7eb;border-radius:16px;flex-direction:column;gap:10px;width:min(360px,100%);padding:14px;display:flex;box-shadow:0 18px 40px #11182738}.dt-mobile .qr-overlay-head{justify-content:space-between;align-items:center;gap:10px;display:flex}.dt-mobile .qr-overlay-title{color:#0f172ae6;font-size:14px;font-weight:700}.dt-mobile .qr-overlay-hint{color:#64748b;font-size:12px}.dt-mobile .qr-overlay-error{color:#b91c1c;background:#ef44441a;border:1px solid #ef444433;border-radius:12px;padding:8px 10px;font-size:12px}.dt-mobile .qr-video-frame{aspect-ratio:1;background:#0f172a14;border:1px solid #e5e7eb;border-radius:14px;width:100%;position:relative;overflow:hidden}.dt-mobile .qr-reader{width:100%;height:100%;min-height:200px;position:relative}.dt-mobile .qr-reader video{object-fit:cover;border-radius:14px;width:100%!important;height:100%!important}.dt-mobile .qr-reader [id$=__dashboard]{display:none}.dt-mobile .qr-scan-frame{pointer-events:none;border:2px solid #3b82f6e6;border-radius:8px;position:absolute;inset:12%;box-shadow:0 0 0 9999px #00000059}.dt-mobile .qr-scan-corners{position:absolute;inset:-2px}.dt-mobile .qr-corner{border:0 solid #fff;width:24px;height:24px;position:absolute}.dt-mobile .qr-corner-tl{border-top-width:3px;border-left-width:3px;border-radius:4px 0 0;top:0;left:0}.dt-mobile .qr-corner-tr{border-top-width:3px;border-right-width:3px;border-radius:0 4px 0 0;top:0;right:0}.dt-mobile .qr-corner-bl{border-bottom-width:3px;border-left-width:3px;border-radius:0 0 0 4px;bottom:0;left:0}.dt-mobile .qr-corner-br{border-bottom-width:3px;border-right-width:3px;border-radius:0 0 4px;bottom:0;right:0}.dt-mobile .qr-scan-line{background:linear-gradient(90deg,#0000,#ef4444,#0000);height:2px;animation:2s ease-in-out infinite qrScanLine;position:absolute;left:4px;right:4px}@keyframes qrScanLine{0%,to{top:15%}50%{top:85%}}@keyframes dtMobileSpin{to{transform:rotate(360deg)}}.dt-mobile .info-card{box-shadow:none;background:0 0;border:none;border-radius:0;margin-bottom:16px;padding:8px 12px}.dt-mobile .info-card-bordered{background:var(--surface);border:1px solid var(--border);border-style:solid;border-radius:12px;margin-bottom:18px;padding:18px;box-shadow:0 4px 12px #1118270a}.dt-mobile .info-card h2{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin-bottom:10px;font-size:12px;font-weight:700}.dt-mobile .info-table{grid-template-columns:1fr auto;align-items:baseline;gap:8px 12px;font-size:14px;display:grid}.dt-mobile .info-label{color:var(--text-muted)}.dt-mobile .info-value{color:var(--text);text-align:right;text-overflow:ellipsis;white-space:nowrap;max-width:220px;font-weight:600;overflow:hidden}.dt-mobile .card-link{cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;transition:transform .15s,filter .15s,background .15s}.dt-mobile .card-link:hover{filter:brightness(.995)}.dt-mobile .card-link:active{filter:brightness(.99);transform:translateY(.5px)}.dt-mobile .user-content .info-card .icon-box{margin-bottom:0}.dt-mobile .profile-row{align-items:center;display:flex}.dt-mobile .profile-icon{flex:none;width:52px;height:52px}.dt-mobile .profile-meta{flex-direction:column;gap:2px;display:flex}.dt-mobile .profile-name{color:var(--text);font-size:14px;font-weight:600}.dt-mobile .profile-role{color:var(--text-muted);font-size:12px}.dt-mobile .card-row{align-items:center;min-height:52px;margin-bottom:10px;display:flex}.dt-mobile .card-icon{flex:none;width:52px;height:52px}.dt-mobile .card-title{color:var(--text);font-size:14px}.dt-mobile .kv-table{flex-direction:column;gap:0;margin-top:8px;margin-left:10px;display:flex}.dt-mobile .kv-row{grid-template-columns:max-content 1fr;align-items:baseline;column-gap:14px;padding:6px 0;display:grid}.dt-mobile .kv-row+.kv-row{border-top:1px solid var(--border)}.dt-mobile .kv-label{color:var(--text);white-space:nowrap;font-size:12px;font-weight:400}.dt-mobile .kv-value{color:var(--text);text-align:right;text-overflow:ellipsis;white-space:nowrap;justify-self:end;min-width:0;font-size:12px;overflow:hidden}.dt-mobile .kv-table--with-actions .kv-row .kv-label{z-index:1;justify-content:space-between;align-items:center;gap:8px;min-width:0;display:flex;position:relative}.dt-mobile .kv-table--with-actions .kv-row .kv-label .btn-icon-danger{z-index:2;cursor:pointer;pointer-events:auto;flex-shrink:0;position:relative}.dt-mobile .kv-table--with-actions .kv-row .kv-value{z-index:0;position:relative}.dt-mobile .menu-grid{grid-template-columns:repeat(4,1fr);gap:28px 12px;margin-top:24px;padding:16px;display:grid}.dt-mobile .menu-item{text-align:center;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;flex-direction:column;align-items:center;transition:transform .15s,filter .15s;display:flex}.dt-mobile .menu-item:hover{transform:translateY(-1px)}.dt-mobile .menu-item:active{filter:brightness(.98);transform:translateY(0)}.dt-mobile .round-item{border-radius:50%;overflow:hidden}.dt-mobile .round-item .icon-box{border-radius:50%}.dt-mobile .icon-box{border-radius:var(--radius-sm);background:var(--surface-2);border:1px solid var(--border);justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:8px;display:flex;box-shadow:0 4px 12px #1118270a}.dt-mobile .icon-box svg{color:#374151;width:30px;height:30px}.dt-mobile .menu-item span{color:var(--text-muted);font-size:10px;font-weight:500;line-height:1.2}.dt-mobile .ic-data{background:#eef2ff;border-color:#e0e7ff}.dt-mobile .ic-photo{background:#ecfeff;border-color:#cffafe}.dt-mobile .ic-plus{background:#eff6ff;border-color:#dbeafe}.dt-mobile .ic-stats{background:#f0fdf4;border-color:#dcfce7}.dt-mobile .ic-offers{background:#fffbeb;border-color:#fef3c7}.dt-mobile .ic-chat{background:#fdf2f8;border-color:#fce7f3}.dt-mobile .ic-empty{background:#fff7ed;border-color:#fed7aa}.dt-mobile .logout-item{color:var(--danger)}.dt-mobile .logout-item .icon-box{background:#ef44441a;border-color:#ef444433}.dt-mobile .tab-bar{width:100%;max-width:var(--frame-max);height:calc(var(--tabbar-h) + var(--safe-bottom));padding-bottom:var(--safe-bottom);background:var(--surface);border-top:1px solid var(--border);box-sizing:border-box;justify-content:space-around;align-items:center;display:flex;position:fixed;bottom:0;left:50%;transform:translate(-50%)}.dt-mobile .tab-item{width:56px;height:48px;color:var(--text-muted);cursor:pointer;border-radius:12px;justify-content:center;align-items:center;transition:background .15s,color .15s;display:flex;position:relative}.dt-mobile .tab-item svg{width:24px;height:24px}.dt-mobile .tab-item.active{color:var(--accent);background:var(--accent-weak)}.dt-mobile .tab-item.dev-mode{color:var(--text-muted)}.dt-mobile .tab-item.tab-item-messages{display:none}.dt-mobile .tab-item.dev-mode svg{transform-origin:50%;display:block;transform:translateY(-2px)scale(1.15)}.dt-mobile .tab-item:hover{color:var(--text);background:#6b72801a;transition:background .3s,color .3s}.dt-mobile .badge{background:var(--danger);color:#fff;border:2px solid var(--surface);border-radius:999px;padding:2px 6px;font-size:10px;font-weight:700;position:absolute;top:-4px;right:-6px}.dt-mobile .badge.badge-unread{background:#ef4444}.dt-mobile .messages-list{padding:12px 0}.dt-mobile .message-item{border-bottom:1px solid var(--border);cursor:pointer;align-items:center;gap:12px;padding:14px 20px;transition:background .15s;display:flex}.dt-mobile .message-item:hover{background:var(--surface-2)}.dt-mobile .message-avatar{background:linear-gradient(135deg,#2563eb26,#2563eb66);border:1px solid #2563eb59;border-radius:16px;flex:none;justify-content:center;align-items:center;width:52px;height:52px;display:inline-flex;position:relative;box-shadow:0 10px 22px #2563eb26}.dt-mobile .message-avatar-icon{justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex}.dt-mobile .message-avatar-icon>svg{width:30px;height:30px}.dt-mobile .message-item[data-chat-type=group] .message-avatar{background:linear-gradient(135deg,#ec489926,#f472b659);border-color:#ec489966}.dt-mobile .message-item[data-chat-type=group] .message-avatar-icon{color:#be123c}.dt-mobile .message-item:not([data-chat-type=group]) .message-avatar-icon{color:#1e3a8a}.dt-mobile .message-body{flex:1;min-width:0}.dt-mobile .message-name{color:var(--text);margin-bottom:2px;font-size:15px;font-weight:500}.dt-mobile .message-preview{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}.dt-mobile .message-time{color:var(--text-muted);font-size:10px}.dt-mobile .message-status{justify-content:center;align-items:center;width:16px;height:16px;display:flex}.dt-mobile .message-status svg{width:14px;height:14px}.dt-mobile .chat-shell{flex-direction:column;height:100%;display:flex}.dt-mobile .phone-screen.chat-shell{height:calc(100dvh - 48px);max-height:calc(100dvh - 48px)}.dt-mobile .chat-scroll{min-height:0;padding:12px 16px;padding-bottom:calc(96px + var(--safe-bottom));background:var(--surface);flex:1;overflow:auto}.dt-mobile .chat-day{text-align:center;color:var(--text-muted);margin:6px 0 12px;font-size:12px}.dt-mobile .chat-row{margin-bottom:10px;display:flex}.dt-mobile .chat-row.me{justify-content:flex-end}.dt-mobile .chat-bubble{border:1px solid var(--border);background:var(--surface-2);white-space:pre-wrap;border-radius:14px;max-width:78%;padding:10px 12px;font-size:14px;line-height:1.4;box-shadow:0 6px 14px #1118270a}.dt-mobile .chat-bubble.me{background:var(--accent-weak);border-color:#2563eb2e}.dt-mobile .chat-meta{color:var(--text-muted);text-align:right;justify-content:flex-end;align-items:center;gap:4px;margin-top:6px;font-size:11px;display:flex}.dt-mobile .chat-check{justify-content:center;align-items:center;display:flex}.dt-mobile .chat-check svg{width:12px;height:12px}.dt-mobile .chat-composer{left:0;right:0;bottom:calc(var(--tabbar-h) + var(--safe-bottom) - 10px);background:var(--surface);border-top:1px solid var(--border);gap:10px;padding:12px 12px 0;display:flex;position:absolute;box-shadow:0 -4px 12px #0000001a}.dt-mobile .chat-input{border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:8px;outline:none;flex:1;min-height:36px;max-height:80px;padding:8px 12px;font-family:inherit;font-size:14px}.dt-mobile .chat-send{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:14px;padding:0 14px;font-size:14px;font-weight:600}.dt-mobile .pm-date{width:calc(100% + 24px);margin:0 -12px;position:relative}.dt-mobile .pm-date .form-input{background:var(--surface-2);box-shadow:none;border-color:#ced2e3}.dt-mobile .pm-date--disabled .form-input,.dt-mobile .pm-date .form-input:disabled{opacity:1;cursor:not-allowed;box-shadow:none}.dt-mobile .pm-date__icon{color:#0ea5e9;cursor:pointer;background:#0ea5e914;border-radius:999px;justify-content:center;align-items:center;width:28px;height:28px;transition:background .16s,box-shadow .16s;display:flex;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.dt-mobile .pm-date__icon:hover{background:#0ea5e924;box-shadow:0 2px 8px #0ea5e92e}.dt-mobile .pm-date__icon svg{width:18px;height:18px;display:block}.dt-mobile .btn-icon{border-radius:999px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;display:inline-flex;box-shadow:0 4px 12px #1118270a}.dt-mobile .btn-icon-danger{transform-origin:50%;transition:all .2s;background:var(--surface)!important;border:1px solid var(--border)!important;border-color:var(--border)!important;color:var(--danger)!important;border-radius:25px!important;padding:0!important}.dt-mobile .btn-icon-danger:hover{border-color:var(--danger)!important;color:#dc2626!important;background:#ef44441a!important;box-shadow:0 2px 8px #ef444433!important}.dt-mobile .btn-icon-danger:active{filter:brightness(.98)!important;transform:scale(.95)!important;box-shadow:0 1px 3px #ef44444d!important}.dt-mobile .btn-addform{justify-content:center;align-items:center;display:flex;box-shadow:0 4px 12px #1118270a;color:#60606c!important;background:#eef2ff!important;border-color:#eef2ff!important}.dt-mobile .btn-addform:hover{filter:brightness(.99)}.dt-mobile .addform-plus{color:#60606c;justify-content:center;align-items:center;width:18px;height:18px;margin-top:2px;margin-right:6px;display:inline-flex}.dt-mobile .addform-plus svg{width:18px;height:18px;display:block}.dt-mobile .project-item{background:var(--surface-2);border-radius:var(--radius);border:1px solid var(--border);margin-bottom:16px;padding:12px}.dt-mobile .project-header{justify-content:space-between;align-items:flex-start;margin-bottom:8px;display:flex}.dt-mobile .project-name{color:var(--text);flex:1;margin-right:8px;font-size:14px;font-weight:400;line-height:1.4}.dt-mobile .project-progress{align-items:center;gap:8px;display:flex}.dt-mobile .progress-bar{background:var(--border);border-radius:3px;flex:1;height:6px;overflow:hidden}.dt-mobile .progress-fill{border-radius:3px;height:100%;transition:width .3s}.dt-mobile .chat-fab{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:26px;justify-content:center;align-items:center;width:52px;height:52px;font-size:28px;line-height:1;display:inline-flex;position:absolute;bottom:78px;right:18px;box-shadow:0 10px 24px #00000038}.dt-mobile .dt-mobile-modal-backdrop{z-index:50;-webkit-backdrop-filter:blur(6px);background:#0f172a99;justify-content:center;align-items:flex-start;padding:70px 14px 14px;display:flex;position:absolute;inset:0}.dt-mobile .dt-mobile-modal-card{background:linear-gradient(#fff 0%,#f3f6ff 100%);border:1px solid #3b82f640;border-radius:22px;width:100%;max-width:420px;padding:20px;box-shadow:0 16px 40px #0f172a59}.dt-mobile .dt-mobile-modal-title{letter-spacing:.05em;text-transform:uppercase;color:#1f2937;margin-bottom:6px;font-size:16px;font-weight:700}.dt-mobile .dt-mobile-modal-actions{align-items:center;gap:8px;margin-bottom:16px;display:flex}.dt-mobile .dt-mobile-modal-actions .btn{color:#111827;background:#ffffffe6;border:1px solid #0f172a1f;border-radius:999px;padding:8px 14px;font-size:13px;box-shadow:0 6px 16px #0f172a1f}.dt-mobile .dt-mobile-modal-error{color:#b91c1c;margin:6px 0 4px;font-size:12px}.dt-mobile .dt-mobile-modal-list{background:#ffffffd9;border:1px solid #94a3b873;border-radius:16px;max-height:260px;margin-top:10px;overflow:hidden auto;box-shadow:inset 0 1px #fff9}.dt-mobile .dt-mobile-modal-list-item{width:100%;color:var(--text);text-align:left;cursor:pointer;background:0 0;border:none;border-bottom:1px solid #94a3b859;justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;display:flex}.dt-mobile .dt-mobile-modal-list-item:last-child{border-bottom:none}.dt-mobile .dt-mobile-modal-list-main{align-items:center;gap:8px;font-weight:600;display:inline-flex}.dt-mobile .dt-mobile-modal-list-item .btn{text-transform:uppercase;border-radius:10px;min-width:86px;padding:6px 12px;font-size:12px}.dt-mobile .dt-mobile-modal-check{color:#2563eb;background:#3b82f61a;border:none;border-radius:6px;justify-content:center;align-items:center;width:20px;height:20px;font-size:12px;display:inline-flex}.dt-mobile .message-time{color:var(--text-muted);margin-bottom:6px;font-size:11px}.dt-mobile .message-unread{color:#fff;background:#ef4444;border-radius:10px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 6px;font-size:11px;font-weight:600;display:inline-flex}.dt-mobile .chat-members-btn{border:1px solid var(--border);background:var(--surface-2);color:var(--text);cursor:pointer;border-radius:10px;padding:6px 10px;font-size:12px}.dt-mobile .progress-green{background:linear-gradient(90deg,#34d399,#10b981)}.dt-mobile .progress-red{background:linear-gradient(90deg,#f87171,#ef4444)}.dt-mobile .progress-blue{background:linear-gradient(90deg,#60a5fa,#3b82f6)}.dt-mobile .progress-text{color:var(--text);text-align:right;min-width:32px;font-size:12px;font-weight:600}.dt-mobile .project-expand-btn{cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:flex-start;align-items:center;width:100%;margin-top:8px;padding:8px 0;transition:background-color .2s;display:flex}.dt-mobile .project-expand-btn:hover{background:var(--surface-2)}.dt-mobile .tasks-info{justify-content:flex-start;align-items:center;gap:8px;display:flex}.dt-mobile .tasks-count{color:var(--text-muted);font-size:12px;font-weight:500}.dt-mobile .hours-number{color:#10b981;font-weight:500}.dt-mobile .expand-icon{width:14px;height:14px;color:var(--text-muted);transition:transform .3s,color .2s}.dt-mobile .expand-icon.expanded{color:var(--accent);transform:rotate(180deg)}.dt-mobile .project-details{border-top:1px solid var(--border);margin-top:12px;padding-top:12px;animation:.3s dt_slideDown}@keyframes dt_slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dt-mobile .detail-row{flex-direction:column;align-items:flex-start;gap:4px;display:flex}.dt-mobile .detail-label{color:var(--text-muted);font-size:12px;font-weight:500}.dt-mobile .detail-progress{align-items:center;gap:8px;width:100%;display:flex}.dt-mobile .mastery-fill{background:linear-gradient(90deg,#34d399,#10b981)}.dt-mobile .experience-fill{background:linear-gradient(90deg,#f87171,#ef4444)}.dt-mobile .complexity-fill{background:linear-gradient(90deg,#60a5fa,#3b82f6)}.dt-mobile .quality-fill{background:linear-gradient(90deg,#34d399,#10b981)}.dt-mobile .speed-fill{background:linear-gradient(90deg,#f87171,#ef4444)}.dt-mobile .status-legend{justify-content:center;align-items:center;gap:16px;margin-top:16px;margin-bottom:16px;display:flex}.dt-mobile .status-item{align-items:center;gap:6px;display:flex}.dt-mobile .status-dot{border-radius:50%;width:8px;height:8px}.dt-mobile .status-good{background:#34d399}.dt-mobile .status-normal{background:#60a5fa}.dt-mobile .status-bad{background:#f87171}.dt-mobile .status-text{color:var(--text-muted);font-size:12px;font-weight:500}.dt-mobile .vote-btn{cursor:pointer;border:none;border-radius:6px;align-items:center;gap:4px;padding:6px 8px;font-size:12px;font-weight:600;transition:all .2s;display:flex}.dt-mobile .vote-for{color:#1e40af;background:#dbeafe}.dt-mobile .vote-for:hover:not(:disabled){background:#bfdbfe}.dt-mobile .vote-against{color:#dc2626;background:#fee2e2}.dt-mobile .vote-against:hover:not(:disabled){background:#fecaca}.dt-mobile .vote-btn:disabled{opacity:.5;cursor:not-allowed}.dt-mobile .vote-btn svg{width:14px;height:14px}.dt-mobile .chat-messages{flex:1;min-height:0;padding:0 0 12px;overflow-y:auto}.dt-mobile .chat-message{background:var(--surface-2);border:1px solid var(--border);border-radius:12px;margin-bottom:12px;padding:8px 12px}.dt-mobile .message-header{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.dt-mobile .message-user{color:var(--accent);font-size:12px;font-weight:600}.dt-mobile .message-text{color:var(--text);word-wrap:break-word;font-size:14px;line-height:1.4}.dt-mobile .chat-input-area{border-top:1px solid var(--border);margin-top:auto;padding:12px 16px 0}.dt-mobile .chat-input-container{align-items:flex-end;gap:8px;margin-bottom:8px;display:flex}.dt-mobile .chat-send-btn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:background-color .2s;display:flex}.dt-mobile .chat-send-btn:hover:not(:disabled){background:#3730a3}.dt-mobile .chat-send-btn:disabled{background:var(--text-muted);cursor:not-allowed}.dt-mobile .chat-send-btn svg{width:16px;height:16px}.dt-mobile .chat-notice{color:var(--text-muted);text-align:center;opacity:.7;font-size:11px}.dt-mobile .form-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:14px;box-shadow:0 6px 14px #1118270a}.dt-mobile .form-top-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;margin-bottom:12px;display:flex}.dt-mobile .form-top-actions .btn{border-radius:999px;flex:1;min-width:90px;max-width:140px;padding:10px 16px;font-size:14px}.dt-mobile .form-mode{border:1px solid var(--border);background:var(--surface-2);color:var(--text);cursor:pointer;border-radius:999px;flex:1;padding:10px 12px;font-size:12px}.dt-mobile .form-mode.active{background:var(--accent-weak);color:var(--accent);border-color:#2563eb40}.dt-mobile .form-grid{grid-template-columns:1fr;gap:10px;display:grid}.dt-mobile .form-field{flex-direction:column;gap:6px;display:flex}.dt-mobile .form-label{letter-spacing:.02em;color:var(--text-muted);font-size:12px;font-weight:400}.dt-mobile .form-input,.dt-mobile .form-textarea,.dt-mobile .form-select{border:1px solid var(--border);background:var(--surface-2);width:100%;min-width:0;max-width:100%;color:var(--text);border-radius:12px;outline:none;padding:10px 12px;font-family:inherit;font-size:14px;display:block}.dt-mobile .form-textarea{resize:vertical;min-height:90px}.dt-mobile .form-input[type=date]{appearance:none;box-sizing:border-box;min-height:42px}.dt-mobile .form-input[type=date]::-webkit-calendar-picker-indicator{pointer-events:none;-webkit-appearance:none!important;opacity:0!important;width:0!important;height:0!important;margin:0!important;padding:0!important;display:none!important}.dt-mobile .form-input[type=date]::-moz-focus-inner{border:0}.dt-mobile .form-input[type=date]::-webkit-inner-spin-button{-webkit-appearance:none!important;display:none!important}.dt-mobile .form-input[type=date]::-webkit-clear-button{-webkit-appearance:none!important;display:none!important}.dt-mobile .form-input:focus,.dt-mobile .form-select:focus{border-color:#2563eb80;box-shadow:0 0 0 3px #2563eb1f}.dt-mobile .percent-row{align-items:center;gap:8px;display:flex}.dt-mobile .percent-suffix{color:var(--text-muted);font-size:12px}.dt-mobile .percent-range{width:100%}.dt-mobile .percent-hint{color:var(--text-muted);margin-top:6px;font-size:12px}.dt-mobile .form-saved{color:var(--accent);margin:6px 0 10px;font-size:12px}.dt-mobile .custom-select{position:relative}.dt-mobile .custom-select-trigger{text-align:left;cursor:pointer;justify-content:space-between;align-items:center;gap:8px;width:100%;display:flex}.dt-mobile .custom-select-trigger:disabled{opacity:.65;cursor:not-allowed}.dt-mobile .custom-select-value{text-align:left;font-size:14px}.dt-mobile .custom-select-placeholder{color:var(--text-muted)}.dt-mobile .custom-select-icon svg{width:16px;height:16px}.custom-select-menu.custom-select-menu--portal{box-sizing:border-box;overscroll-behavior:contain;background:#fff;border:1px solid #e3e3e3;border-radius:14px;padding:6px;transform:translateZ(0);box-shadow:0 10px 30px #1118271f}.custom-select-menu.custom-select-menu--portal .custom-select-option{text-align:left;cursor:pointer;color:#111827;white-space:normal;overflow-wrap:anywhere;word-break:break-word;touch-action:pan-y;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:10px;width:100%;padding:10px 12px;font-size:14px}.custom-select-menu.custom-select-menu--portal .custom-select-option:hover{background:#f9fafb}.custom-select-menu.custom-select-menu--portal .custom-select-option.selected{background:#2563eb1f}.dt-mobile .btn{border:1px solid var(--border);background:var(--surface-2);color:var(--text);cursor:pointer;border-radius:12px;padding:13px 14px;font-size:14px;font-weight:400}.dt-mobile .btn:active{filter:brightness(.98)}.dt-mobile .btn-primary{color:#1e40af;background:#dbeafe;border-color:#2563eb38}.dt-mobile .btn-danger{color:#fff;background:#ef4444;border-color:#ef4444}.dt-mobile .btn-danger:hover{background:#dc2626;border-color:#dc2626}.dt-mobile .btn-cyan{color:#0ea5e9;background:#fff;border-color:#0ea5e9;font-size:14px;font-weight:400}.dt-mobile .btn-cyan:hover{background:#0ea5e91a}.dt-mobile .btn-outline{border-color:var(--border);color:var(--text);background:#fff}.dt-mobile .btn-outline:hover{border-color:var(--text-muted);background:#0000000d}.dt-mobile .btn-qr{color:#10b981;background:0 0;border-color:#10b981ab;font-size:14px;font-weight:400}.dt-mobile .btn-qr:hover{background:#10b9811a}.dt-mobile .btn:disabled{opacity:.5;cursor:not-allowed}.dt-mobile .form-actions{width:100%;margin-top:20px;display:block}.dt-mobile .btn-normalmode{color:#60606c;border-color:var(--border);background:#f9fafb;font-weight:400}.dt-mobile .btn-normalmode.active{color:#2929bc;background:linear-gradient(#eef2ff 0%,#e9edfb 100%);border-color:#2929bc2e;font-weight:400}.dt-mobile .btn-multimode{color:#60606c;border-color:var(--border);background:#f9fafb;font-weight:400}.dt-mobile .btn-multimode.active{color:#2929bc;background:linear-gradient(#eef2ff 0%,#e9edfb 100%);border-color:#2929bc2e;font-weight:400}.dt-mobile .completion{color:#111827;background:#e0e3f0;border:1px solid #ced2e3;border-radius:14px;margin-top:12px;margin-bottom:12px;padding:12px;box-shadow:0 8px 20px #11182714,0 2px 6px #1118270a}.dt-mobile .completion__header{justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px;display:flex}.dt-mobile .completion__title{color:var(--text-muted);font-size:12px;font-weight:400}.dt-mobile .completion__badge{background:var(--surface);border:1px solid var(--border);min-width:56px;color:var(--text);white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;padding:4px 10px;font-size:12px;font-weight:400;display:inline-flex}.dt-mobile .completion__range{--p:0%;appearance:none;background:linear-gradient(90deg,#3b82f6 0 var(--p),#94a3b859 var(--p)100%);border-radius:999px;outline:none;width:100%;height:6px}.dt-mobile .completion__range::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#3b82f6;border:3px solid #fff;border-radius:50%;width:20px;height:20px;transition:all .2s;box-shadow:0 2px 8px #3b82f64d,0 1px 3px #0000001a}.dt-mobile .completion__range::-moz-range-thumb{cursor:pointer;background:#3b82f6;border:3px solid #fff;border-radius:50%;width:20px;height:20px;transition:all .2s;box-shadow:0 2px 8px #3b82f64d,0 1px 3px #0000001a}.dt-mobile .completion__steps{gap:8px;margin-top:10px;display:flex}.dt-mobile .completion__step{border:1px solid var(--border);background:var(--surface);height:36px;color:var(--text);cursor:pointer;border-radius:8px;flex:1;padding:8px 12px;font-size:13px;font-weight:500;transition:all .2s;box-shadow:0 2px 4px #0000000d}.dt-mobile .completion__step:hover:not(:disabled){background:var(--accent-weak);border-color:var(--accent);box-shadow:0 4px 8px #0000001a}.dt-mobile .completion__step:active:not(:disabled){transform:translateY(1px)}.dt-mobile .completion__step:disabled{opacity:.5;cursor:not-allowed}.dt-mobile .completion__manual{margin-top:10px}.dt-mobile .completion__input{border:1px solid var(--border);background:var(--surface);width:100%;height:40px;color:var(--text);border-radius:12px;outline:none;padding:0 12px;font-size:14px}.dt-mobile .completion__input::placeholder{color:var(--text);opacity:.7;font-weight:400}.dt-mobile .completion__input:focus{border-color:#2563eb80;box-shadow:0 0 0 3px #2563eb1f}.dt-mobile .completion__hint{color:var(--text-muted);text-align:center;margin-top:12px;font-size:11px}.dt-mobile .setting-row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:18px 0;display:flex}.dt-mobile .setting-row:last-child{border-bottom:none}.dt-mobile .setting-label{color:var(--text);font-size:14px}.dt-mobile .toggle-switch{cursor:pointer;width:50px;height:26px;display:inline-block;position:relative}.dt-mobile .toggle-switch input{opacity:0;width:0;height:0}.dt-mobile .toggle-slider{cursor:pointer;background-color:var(--border);border-radius:26px;transition:all .3s;position:absolute;inset:0}.dt-mobile .toggle-slider:before{content:"";background-color:#fff;border-radius:50%;width:20px;height:20px;transition:all .3s;position:absolute;bottom:3px;left:3px}.dt-mobile .toggle-switch input:checked+.toggle-slider{background-color:var(--accent)}.dt-mobile .toggle-switch input:checked+.toggle-slider:before{transform:translate(24px)}.dt-mobile .toggle-switch:hover .toggle-slider{box-shadow:0 0 0 2px #2563eb33}.dt-mobile .toggle-switch input:checked:hover+.toggle-slider{box-shadow:0 0 0 2px #2563eb4d}.dt-mobile .hours-unit{color:var(--text-muted);font-weight:400}.dt-mobile .photo-date{font-size:24px;font-weight:200;font-family:var(--font-onest),"Onest",Arial,sans-serif;color:#6b7280;text-align:center;margin-top:8px;margin-bottom:16px}.dt-mobile .pm-title{color:var(--text);justify-content:space-between;align-items:center;gap:10px;font-size:14px;font-weight:600;display:flex}@media (max-width:520px){.dt-mobile{justify-content:flex-start;align-items:stretch;padding:0}.dt-mobile-frame{max-width:none}.dt-mobile .menu-grid{grid-template-columns:repeat(3,1fr);gap:24px 10px;padding:12px}.dt-mobile .form-grid{grid-template-columns:1fr}.dt-mobile .phone-screen{max-width:none;min-height:100dvh;box-shadow:none;border-left:none;border-right:none;border-radius:0;margin:0}.dt-mobile .phone-screen.chat-shell{height:100dvh;max-height:100dvh}.dt-mobile .tab-bar{max-width:none;left:0;transform:none}.dt-mobile .icon-box{width:48px;height:48px;font-size:20px}}@media (max-width:360px){.dt-mobile .menu-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.dt-mobile .chat-composer{bottom:calc(var(--tabbar-h) + var(--safe-bottom) + 8px)}}@media (min-width:769px){.dt-mobile .chat-composer{bottom:calc(var(--tabbar-h) + var(--safe-bottom) - 4px)}}
